示例#1
0
            internal static void End(IAsyncResult result)
            {
                OutputChannelSendAsyncResult self = result as OutputChannelSendAsyncResult;

                OnEnd(self);
            }
示例#2
0
 public void EndSend(IAsyncResult result)
 {
     OutputChannelSendAsyncResult.End(result);
 }