6 references to GetPollingInterval
System.ServiceModel (6)
System\ServiceModel\Channels\ChannelReliableSession.cs (6)
646this.pollingTimer = new InterruptibleTimer(this.GetPollingInterval(), this.OnPollingTimerElapsed, null); 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());