Exemplo n.º 1
0
        internal void OnEndSend(RUDPSocketError error, RUDPSendIAsyncResult asyncResult)
        {
            if (asyncResult == null)
            {
                return;
            }

            asyncResult.SetAsCompleted(error, false);
        }
Exemplo n.º 2
0
		internal void OnEndSend(RUDPSocketError error, RUDPSendIAsyncResult asyncResult)
		{
			if (asyncResult == null)
				return;

			asyncResult.SetAsCompleted(error, false);
		}