1 write to pollingTimer
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
646this.pollingTimer = new InterruptibleTimer(this.GetPollingInterval(), this.OnPollingTimerElapsed, null);
10 references to pollingTimer
System.ServiceModel (10)
System\ServiceModel\Channels\ChannelReliableSession.cs (10)
703pollingTimer.Abort(); 730pollingTimer.Abort(); 736pollingTimer.Abort(); 747this.pollingTimer.Abort(); 804this.pollingTimer.Set(this.GetPollingInterval()); 820this.pollingTimer.Set(this.GetPollingInterval()); 850this.pollingTimer.Set(this.GetPollingInterval()); 935this.pollingTimer.Set(this.GetPollingInterval()); 961this.pollingTimer.Set(this.GetPollingInterval()); 975this.pollingTimer.Cancel();