1 instantiation of SendReceiveAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
1974
return new
SendReceiveAsyncResult
(this, request, timeout, callback, state);
7 references to SendReceiveAsyncResult
System.ServiceModel (7)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (7)
1979
return
SendReceiveAsyncResult
.End(result);
2028
SendReceiveAsyncResult
sendReceiveResult = AsyncResult.End<
SendReceiveAsyncResult
>(result);
2062
SendReceiveAsyncResult
sendReceiveResult = (
SendReceiveAsyncResult
)result.AsyncState;
2093
SendReceiveAsyncResult
sendReceiveResult = (
SendReceiveAsyncResult
)result.AsyncState;