1 write to _pollingTimer
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
551
_pollingTimer
= new InterruptibleTimer(GetPollingInterval(), OnPollingTimerElapsed, null);
9 references to _pollingTimer
System.ServiceModel.Primitives (9)
System\ServiceModel\Channels\ChannelReliableSession.cs (9)
596
_pollingTimer
.Abort();
626
_pollingTimer
.Abort();
631
_pollingTimer
.Abort();
688
_pollingTimer
.Set(GetPollingInterval());
704
_pollingTimer
.Set(GetPollingInterval());
721
_pollingTimer
.Set(GetPollingInterval());
806
_pollingTimer
.Set(GetPollingInterval());
832
_pollingTimer
.Set(GetPollingInterval());
846
_pollingTimer
.Cancel();