Exemplo n.º 1
0
            internal static void End(IAsyncResult result)
            {
                OutputChannelSendAsyncResult self = result as OutputChannelSendAsyncResult;

                OnEnd(self);
            }
Exemplo n.º 2
0
 public void EndSend(IAsyncResult result)
 {
     OutputChannelSendAsyncResult.End(result);
 }