Esempio n. 1
0
 protected override void OnEndOpen(IAsyncResult result)
 {
     CommunicationObjectInternal.OnEnd(result);
 }
Esempio n. 2
0
 protected override IAsyncResult OnBeginOpen(TimeSpan timeout, AsyncCallback callback, object state)
 {
     return(CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state));
 }