1 write to completedHandle
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
987this.completedHandle = new ManualResetEvent(false);
10 references to completedHandle
System.ServiceModel (10)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (10)
917if (this.completedHandle != null) 918this.completedHandle.Set(); 932if (this.completedHandle != null) 933this.completedHandle.Set(); 958if (this.completedHandle != null) 959this.completedHandle.Set(); 993expired = !TimeoutHelper.WaitOne(this.completedHandle, timeout); 1007this.completedHandle.Close(); 1036if (this.completedHandle != null) 1037this.completedHandle.Close();