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