コード例 #1
0
 public IAsyncResult BeginClose(TimeSpan timeout, AsyncCallback callback, object state)
 {
     return(Communication.BeginClose(timeout, callback, state));
 }
 protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
 {
     return(Communication.BeginClose(timeout, callback, state));
 }
コード例 #3
0
 public IAsyncResult BeginClose(AsyncCallback callback, object state)
 {
     return(Communication.BeginClose(callback, state));
 }