1 instantiation of RequestAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
100
RequestAsyncResult result = new
RequestAsyncResult
(this, callback, state);
4 references to RequestAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (4)
100
RequestAsyncResult
result = new RequestAsyncResult(this, callback, state);
160
return
RequestAsyncResult
.End(result);
651
RequestAsyncResult
requestResult = AsyncResult.End<
RequestAsyncResult
>(result);