2 overrides of BeginOperation
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
2425
protected override IAsyncResult
BeginOperation
(TimeSpan timeout, AsyncCallback callback,
2469
protected override IAsyncResult
BeginOperation
(TimeSpan timeout, AsyncCallback callback,
1 reference to BeginOperation
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
2335
IAsyncResult operationResult = this.
BeginOperation
(timeout, operationCallback, this);