1 write to acknowledgementTimer
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
40
this.
acknowledgementTimer
= new IOThreadTimer(new Action<object>(this.OnAcknowledgementTimeoutElapsed), null, true);
4 references to acknowledgementTimer
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (4)
96
this.
acknowledgementTimer
.Cancel();
451
this.
acknowledgementTimer
.Set(this.settings.AcknowledgementInterval);
643
this.
acknowledgementTimer
.Cancel();
1025
this.
acknowledgementTimer
.Cancel();