10 references to InterruptibleWaitObject
System.ServiceModel (10)
System\ServiceModel\Channels\ReliableInputConnection.cs (1)
15
InterruptibleWaitObject shutdownWaitObject = new
InterruptibleWaitObject
(false);
System\ServiceModel\Channels\ReliableOutputConnection.cs (1)
35
InterruptibleWaitObject shutdownHandle = new
InterruptibleWaitObject
(false);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
65
this.messagingCompleteWaitObject = new
InterruptibleWaitObject
(false);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
44
this.shutdownHandle = new
InterruptibleWaitObject
(false);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (3)
433
InterruptibleWaitObject inputSessionClosedHandle = new
InterruptibleWaitObject
(false);
438
InterruptibleWaitObject outputSessionCloseHandle = new
InterruptibleWaitObject
(true);
447
this.keyRenewalCompletedEvent = new
InterruptibleWaitObject
(false);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
2841
InterruptibleWaitObject inputSessionClosedHandle = new
InterruptibleWaitObject
(false);
3588
InterruptibleWaitObject outputSessionCloseHandle = new
InterruptibleWaitObject
(true);
3589
InterruptibleWaitObject inputSessionCloseHandle = new
InterruptibleWaitObject
(false);