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