1 write to inactivityTimer
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
40
this.
inactivityTimer
= new InterruptibleTimer(this.settings.InactivityTimeout, new WaitCallback(this.OnInactivityElapsed), null);
6 references to inactivityTimer
System.ServiceModel (6)
System\ServiceModel\Channels\ChannelReliableSession.cs (6)
148
this.
inactivityTimer
.Abort();
218
this.
inactivityTimer
.Abort();
230
this.
inactivityTimer
.Abort();
243
this.
inactivityTimer
.Abort();
387
this.
inactivityTimer
.Set();
481
this.
inactivityTimer
.Set();