EndSend() private method

private EndSend ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void
Esempio n. 1
0
 internal void EndSend(IAsyncResult asyncResult)
 {
     _message.EndSend(asyncResult);
 }