Beispiel #1
0
 IAsyncResult IDiscoveryContractApril2005.BeginProbeOperation(ProbeMessageApril2005 request, AsyncCallback callback, object state)
 {
     return(new ProbeDuplexApril2005AsyncResult(request, this, this, callback, state));
 }
Beispiel #2
0
 void IDiscoveryContractApril2005.ProbeOperation(ProbeMessageApril2005 request)
 {
     Fx.Assert("The sync method IDiscoveryContractApril2005.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
 }