Example #1
0
 IAsyncResult IDiscoveryContractManaged11.BeginProbeOperation(ProbeMessage11 request, AsyncCallback callback, object state)
 {
     return(new ProbeRequestResponse11AsyncResult(request, this, callback, state));
 }
Example #2
0
 IAsyncResult IDiscoveryContractAdhoc11.BeginProbeOperation(ProbeMessage11 request, AsyncCallback callback, object state)
 {
     return(new ProbeDuplex11AsyncResult(request, this, this, callback, state));
 }
Example #3
0
 ProbeMatchesMessage11 IDiscoveryContractManaged11.ProbeOperation(ProbeMessage11 request)
 {
     Fx.Assert("The sync method IDiscoveryContractManaged11.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
     return(null);
 }
Example #4
0
 void IDiscoveryContractAdhoc11.ProbeOperation(ProbeMessage11 request)
 {
     Fx.Assert("The sync method IDiscoveryContractAdhoc11.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
 }