1 instantiation of RequestAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
1645
return new
RequestAsyncResult
(this, timeout, callback, state);
8 references to RequestAsyncResult
System.ServiceModel (8)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (8)
1650
return
RequestAsyncResult
.End(result);
1681
static AsyncCallback waitCallback = Fx.ThunkCallback(new AsyncCallback(
RequestAsyncResult
.WaitCallback));
1704
RequestAsyncResult
requestResult = AsyncResult.End<
RequestAsyncResult
>(result);
1798
RequestAsyncResult
requestResult = (
RequestAsyncResult
)result.AsyncState;
1835
RequestAsyncResult
requestResult = (
RequestAsyncResult
)result.AsyncState;