34 references to OperationWithTimeoutComposer
System.ServiceModel (34)
System\ServiceModel\Channels\ReliableChannelFactory.cs (2)
154return OperationWithTimeoutComposer.BeginComposeAsyncOperations( 174OperationWithTimeoutComposer.EndComposeAsyncOperations(result);
System\ServiceModel\Channels\ReliableChannelListener.cs (4)
172return OperationWithTimeoutComposer.BeginComposeAsyncOperations(timeout, beginOperations, endOperations, 178OperationWithTimeoutComposer.EndComposeAsyncOperations(result); 215return OperationWithTimeoutComposer.BeginComposeAsyncOperations( 233OperationWithTimeoutComposer.EndComposeAsyncOperations(result);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (6)
274return OperationWithTimeoutComposer.BeginComposeAsyncOperations(timeout, 280OperationWithTimeoutComposer.EndComposeAsyncOperations(result); 861return OperationWithTimeoutComposer.BeginComposeAsyncOperations(timeout, 1040OperationWithTimeoutComposer.EndComposeAsyncOperations(result); 1830return OperationWithTimeoutComposer.BeginComposeAsyncOperations(timeout, 1844OperationWithTimeoutComposer.EndComposeAsyncOperations(result);
System\ServiceModel\Channels\ReliableInputConnection.cs (2)
246return OperationWithTimeoutComposer.BeginComposeAsyncOperations(timeout, beginCallbacks, endCallbacks, callback, state); 258OperationWithTimeoutComposer.EndComposeAsyncOperations(result);
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
303return OperationWithTimeoutComposer.BeginComposeAsyncOperations(timeout, 339OperationWithTimeoutComposer.EndComposeAsyncOperations(result);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (4)
1127IAsyncResult result = OperationWithTimeoutComposer.BeginComposeAsyncOperations(timeoutHelper.RemainingTime(), 1141OperationWithTimeoutComposer.EndComposeAsyncOperations(result); 2190return OperationWithTimeoutComposer.BeginComposeAsyncOperations(timeout, 2202OperationWithTimeoutComposer.EndComposeAsyncOperations(result);
System\ServiceModel\Channels\ReliableOutputConnection.cs (2)
269return OperationWithTimeoutComposer.BeginComposeAsyncOperations(timeout, beginCallbacks, endCallbacks, callback, state); 349OperationWithTimeoutComposer.EndComposeAsyncOperations(result);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (4)
467return OperationWithTimeoutComposer.BeginComposeAsyncOperations(timeout, 527OperationWithTimeoutComposer.EndComposeAsyncOperations(result); 1925return OperationWithTimeoutComposer.BeginComposeAsyncOperations(timeout, beginOperations, 1931OperationWithTimeoutComposer.EndComposeAsyncOperations(result);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
273return OperationWithTimeoutComposer.BeginComposeAsyncOperations(timeout, beginCallbacks, endCallbacks, callback, state); 477OperationWithTimeoutComposer.EndComposeAsyncOperations(result);
System\ServiceModel\Channels\SecurityChannelFactory.cs (2)
176return OperationWithTimeoutComposer.BeginComposeAsyncOperations(timeout, begins.ToArray(), ends.ToArray(), callback, state); 181OperationWithTimeoutComposer.EndComposeAsyncOperations(result);
System\ServiceModel\Security\SecurityListenerSettingsLifetimeManager.cs (4)
100return OperationWithTimeoutComposer.BeginComposeAsyncOperations(timeout, beginOperations.ToArray(), endOperations.ToArray(), callback, state); 105OperationWithTimeoutComposer.EndComposeAsyncOperations(result); 169IAsyncResult result = OperationWithTimeoutComposer.BeginComposeAsyncOperations(timeout, beginOperations.ToArray(), endOperations.ToArray(), callback, state); 198OperationWithTimeoutComposer.EndComposeAsyncOperations(result);