1 write to cancelEvent
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
568
this.
cancelEvent
= new ManualResetEvent(false);
4 references to cancelEvent
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\UdpOutputChannel.cs (4)
589
this.
cancelEvent
.WaitOne(millisecondsTimeout);
601
this.
cancelEvent
.Set();
613
this.
cancelEvent
.Dispose();
624
this.
cancelEvent
.Reset();