7 references to pendingChannelEvent
System.ServiceModel (7)
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (7)
146
return this.
pendingChannelEvent
.BeginTryWait(timeout, callback, state);
258
if (!this.
pendingChannelEvent
.EndTryWait(result))
275
this.
pendingChannelEvent
.Reset();
437
this.
pendingChannelEvent
.Set();
538
if (!this.
pendingChannelEvent
.Wait(timeout))
555
this.
pendingChannelEvent
.Reset();
594
this.
pendingChannelEvent
.Set();