1 write to shutdownHandle
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
44
this.
shutdownHandle
= new InterruptibleWaitObject(false);
9 references to shutdownHandle
System.ServiceModel (9)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (9)
230
if (this.
shutdownHandle
!= null)
232
this.
shutdownHandle
.Abort(this);
762
if ((this.
shutdownHandle
!= null) && this.connection.CheckForTermination())
764
this.
shutdownHandle
.Set();
814
if (this.
shutdownHandle
!= null)
816
this.
shutdownHandle
.Fault(this);
838
this.
shutdownHandle
.Wait(timeoutHelper.RemainingTime());
854
return this.
shutdownHandle
.BeginWait(timeout, callback, state);
870
this.
shutdownHandle
.EndWait(result);