6 references to GetPollingInterval
System.ServiceModel (6)
System\ServiceModel\Channels\ChannelReliableSession.cs (6)
646
this.pollingTimer = new InterruptibleTimer(this.
GetPollingInterval
(), this.OnPollingTimerElapsed, null);
804
this.pollingTimer.Set(this.
GetPollingInterval
());
820
this.pollingTimer.Set(this.
GetPollingInterval
());
850
this.pollingTimer.Set(this.
GetPollingInterval
());
935
this.pollingTimer.Set(this.
GetPollingInterval
());
961
this.pollingTimer.Set(this.
GetPollingInterval
());