3 writes to wait
System.ServiceModel (3)
System\ServiceModel\Channels\DatagramAdapter.cs (3)
728
this.
wait
= new ManualResetEvent(false);
737
this.
wait
= null;
746
this.
wait
= null;
7 references to wait
System.ServiceModel (7)
System\ServiceModel\Channels\DatagramAdapter.cs (7)
715
if (this.
wait
!= null)
717
this.
wait
.Set();
732
if ((this.
wait
== null) || TimeoutHelper.WaitOne(this.
wait
, timeout))
734
if (this.
wait
!= null)
736
this.
wait
.Close();
745
this.
wait
.Close();