1 write to throwTimeoutOnWait
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1758
this.
throwTimeoutOnWait
= throwTimeoutOnWait;
1 reference to throwTimeoutOnWait
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1759
this.waitHandle = new InterruptibleWaitObject(false, this.
throwTimeoutOnWait
);