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