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