1 write to waitHandle
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1759
this.
waitHandle
= new InterruptibleWaitObject(false, this.throwTimeoutOnWait);
6 references to waitHandle
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (6)
1781
this.
waitHandle
.Abort(this.channel);
1785
this.
waitHandle
.Fault(this.channel);
1878
this.
waitHandle
.Set();
1897
this.
waitHandle
.Wait(timeoutHelper.RemainingTime());
1916
new OperationWithTimeoutBeginCallback (this.
waitHandle
.BeginWait),
1921
new OperationEndCallback (this.
waitHandle
.EndWait),