1 write to shutdownEvent
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
690
this.
shutdownEvent
= new ManualResetEvent(false);
5 references to shutdownEvent
System.ServiceModel (5)
System\ServiceModel\Channels\PeerNeighborManager.cs (5)
171
if (this.
shutdownEvent
!= null)
172
this.
shutdownEvent
.Close();
634
if (this.neighborList.Count == 0 && this.
shutdownEvent
!= null)
636
this.
shutdownEvent
.Set();
733
if (!TimeoutHelper.WaitOne(this.
shutdownEvent
, timeoutHelper.RemainingTime()))