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