1 write to reconnectEvent
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
52
this.
reconnectEvent
= new ManualResetEvent(true);
7 references to reconnectEvent
System.ServiceModel (7)
System\ServiceModel\Channels\SharedConnectionListener.cs (7)
111
if (!this.
reconnectEvent
.WaitOne(timeoutHelper.RemainingTime()))
155
if (this.
reconnectEvent
!= null)
157
this.
reconnectEvent
.Close();
170
if (this.
reconnectEvent
!= null)
172
this.
reconnectEvent
.Set();
227
this.
reconnectEvent
.Reset();
252
reconnectEvent
.Set();