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