7 references to completeEvent
System.ServiceModel (7)
System\ServiceModel\Channels\ReliableChannelBinder.cs (7)
2611
this.
completeEvent
.Set();
2617
this.
completeEvent
.Set();
2628
this.
completeEvent
.Set();
2639
this.
completeEvent
.Set();
2709
this.
completeEvent
.Close();
2727
if (!TimeoutHelper.WaitOne(this.
completeEvent
, this.timeoutHelper.RemainingTime()))
2735
TimeoutHelper.WaitOne(this.
completeEvent
, TimeSpan.MaxValue);