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