11 references to InterruptibleWaitObject
System.ServiceModel (11)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
1383this.drainEvent = new InterruptibleWaitObject(false, false); 2155this.drainEvent = new InterruptibleWaitObject(false, false);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
764this.closeOutputWaitObject = new InterruptibleWaitObject(false, true); 989this.closeOutputWaitObject = new InterruptibleWaitObject(false, true);
System\ServiceModel\Channels\ReliableInputConnection.cs (1)
17InterruptibleWaitObject terminateWaitObject = new InterruptibleWaitObject(false, false);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (4)
416: this(signaled, true) 767this.closeHandle = new InterruptibleWaitObject(false, false); 1417InterruptibleWaitObject abortHandle = new InterruptibleWaitObject(false, false); 2125InterruptibleWaitObject replyHandle = new InterruptibleWaitObject(false, true);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
1759this.waitHandle = new InterruptibleWaitObject(false, this.throwTimeoutOnWait);
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
23InterruptibleWaitObject pendingChannelEvent = new InterruptibleWaitObject(false, false);