Exemplo n.º 1
0
 IAsyncResult IDiscoveryContractManagedCD1.BeginProbeOperation(ProbeMessageCD1 request, AsyncCallback callback, object state)
 {
     return(new ProbeRequestResponseCD1AsyncResult(request, this, callback, state));
 }
Exemplo n.º 2
0
 IAsyncResult IDiscoveryContractAdhocCD1.BeginProbeOperation(ProbeMessageCD1 request, AsyncCallback callback, object state)
 {
     return(new ProbeDuplexCD1AsyncResult(request, this, this, callback, state));
 }
Exemplo n.º 3
0
 ProbeMatchesMessageCD1 IDiscoveryContractManagedCD1.ProbeOperation(ProbeMessageCD1 request)
 {
     Fx.Assert("The sync method IDiscoveryContractManagedCD1.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
     return(null);
 }
Exemplo n.º 4
0
 void IDiscoveryContractAdhocCD1.ProbeOperation(ProbeMessageCD1 request)
 {
     Fx.Assert("The sync method IDiscoveryContractAdhocCD1.ProbeOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
 }