1 instantiation of CallbackAsyncResult
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
397
return new
CallbackAsyncResult
(this.callbackInstance, message, callback, state);
4 references to CallbackAsyncResult
System.ServiceModel.Routing (4)
System\ServiceModel\Routing\ClientFactory.cs (4)
414
CallbackAsyncResult
.End(result);
453
AsyncResult.End<
CallbackAsyncResult
>(result);
458
CallbackAsyncResult
thisPtr = (
CallbackAsyncResult
)result.AsyncState;