2 writes to handle
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
601
this.
handle
= new ManualResetEvent(false);
625
this.
handle
= null;
7 references to handle
System.ServiceModel (7)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (7)
556
if (this.
handle
!= null)
557
this.
handle
.Set();
569
if (this.
handle
!= null)
570
this.
handle
.Reset();
600
if (this.
handle
== null)
608
if (!TimeoutHelper.WaitOne(this.
handle
, timeout))
624
this.
handle
.Close();