2 references to InterruptibleTimer
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
40this.inactivityTimer = new InterruptibleTimer(this.settings.InactivityTimeout, new WaitCallback(this.OnInactivityElapsed), null); 646this.pollingTimer = new InterruptibleTimer(this.GetPollingInterval(), this.OnPollingTimerElapsed, null);