1 write to flushTimer
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedConnection.cs (1)
97
this.
flushTimer
= new IOThreadTimer(new Action<object>(OnFlushTimer), null, true, flushSkew);
4 references to flushTimer
System.ServiceModel (4)
System\ServiceModel\Channels\BufferedConnection.cs (4)
42
if (
flushTimer
!= null)
44
flushTimer
.Cancel();
94
if (this.
flushTimer
== null)
99
this.
flushTimer
.Set(Ticks.ToTimeSpan(this.flushTimeout));