1 write to closedEvent
System.ServiceModel (1)
System\ServiceModel\Channels\RequestChannel.cs (1)
137closedEvent = new ManualResetEvent(false);
9 references to closedEvent
System.ServiceModel (9)
System\ServiceModel\Channels\RequestChannel.cs (9)
94if (closedEvent != null) 96this.closedEvent.Close(); 112if (!closedEvent.WaitOne(timeout, false)) 135if (createEventIfNecessary && closedEvent == null) 195if (!closed && closedEvent != null) 197closedEvent.Set(); 379this.waitHandle = ThreadPool.RegisterWaitForSingleObject(this.requestChannel.closedEvent, completeWaitCallBack, this, TimeoutHelper.ToMilliseconds(timeout), true); 396if (requestChannel.closedEvent != null) 400waitHandle.Unregister(requestChannel.closedEvent);