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