예제 #1
0
 IAsyncResult IDiscoveryContractApril2005.BeginResolveOperation(ResolveMessageApril2005 request, AsyncCallback callback, object state)
 {
     return(new ResolveDuplexApril2005AsyncResult(request, this, this, callback, state));
 }
예제 #2
0
 void IDiscoveryContractApril2005.ResolveOperation(ResolveMessageApril2005 request)
 {
     Fx.Assert("The sync method IDiscoveryContractApril2005.ResolveOperation must not get invoked. It is marked with PreferAsyncInvocation flag.");
 }