1 instantiation of ComposedAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
26
return new
ComposedAsyncResult
(timeout, beginOperations, endOperations, callback, state);
4 references to ComposedAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (4)
31
ComposedAsyncResult
.End(result);
36
return ((
ComposedAsyncResult
)result).RemainingTime();
76
AsyncResult.End<
ComposedAsyncResult
>(result);
133
((
ComposedAsyncResult
)(result.AsyncState)).OnOperationCompleted(result);