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