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