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