1 write to waitHandle
System.ServiceModel (1)
System\ServiceModel\Channels\LifetimeManager.cs (1)
392
this.
waitHandle
= new ManualResetEvent(false);
4 references to waitHandle
System.ServiceModel (4)
System\ServiceModel\Channels\LifetimeManager.cs (4)
407
this.
waitHandle
.Close();
417
this.
waitHandle
.Set();
437
bool expired = !TimeoutHelper.WaitOne(this.
waitHandle
, timeout);
450
this.
waitHandle
.Set(); // unblock other waiters if there are any