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