1 write to acknowledgementTimer
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
428
this.
acknowledgementTimer
= new IOThreadTimer(new Action<object>(this.OnAcknowledgementTimeoutElapsed), null, true);
3 references to acknowledgementTimer
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (3)
545
this.
acknowledgementTimer
.Cancel();
719
this.
acknowledgementTimer
.Set(this.acknowledgementInterval);
830
this.
acknowledgementTimer
.Cancel();