Ejemplo n.º 1
0
 IAsyncResult IDiscoveryContractManaged11.BeginResolveOperation(ResolveMessage11 request, AsyncCallback callback, object state)
 {
     return(new ResolveRequestResponse11AsyncResult(request, this, callback, state));
 }
Ejemplo n.º 2
0
 IAsyncResult IDiscoveryContractAdhoc11.BeginResolveOperation(ResolveMessage11 request, AsyncCallback callback, object state)
 {
     return(new ResolveDuplex11AsyncResult(request, this, this, callback, state));
 }
Ejemplo n.º 3
0
 ResolveMatchesMessage11 IDiscoveryContractManaged11.ResolveOperation(ResolveMessage11 request)
 {
     Fx.Assert("The sync method IDiscoveryContractManaged11.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
     return(null);
 }
Ejemplo n.º 4
0
 void IDiscoveryContractAdhoc11.ResolveOperation(ResolveMessage11 request)
 {
     Fx.Assert("The sync method IDiscoveryContractAdhoc11.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
 }