2 references to handleOperationComplete
System.ServiceModel (2)
System\ServiceModel\Channels\ReceiveContext.cs (2)
446
result = this.ReceiveContext.OnBeginAbandon(this.TimeoutHelper.RemainingTime(), PrepareAsyncCompletion(
handleOperationComplete
), this);
455
result = this.ReceiveContext.OnBeginAbandon(exception, this.TimeoutHelper.RemainingTime(), PrepareAsyncCompletion(
handleOperationComplete
), this);