1 write to pollingTimer
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
646
this.
pollingTimer
= new InterruptibleTimer(this.GetPollingInterval(), this.OnPollingTimerElapsed, null);
10 references to pollingTimer
System.ServiceModel (10)
System\ServiceModel\Channels\ChannelReliableSession.cs (10)
703
pollingTimer
.Abort();
730
pollingTimer
.Abort();
736
pollingTimer
.Abort();
747
this.
pollingTimer
.Abort();
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());
975
this.
pollingTimer
.Cancel();