6 references to abortHandle
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (6)
1473this.abortHandle.Abort(communicationObject); 1530this.abortHandle.Fault(communicationObject); 1636this.abortHandle.Wait(iterationTimeoutHelper.RemainingTime()); 1777IAsyncResult waitResult = this.requestor.abortHandle.BeginWait( 1786this.requestor.abortHandle.EndWait(waitResult); 1827this.requestor.abortHandle.EndWait(result);