1 reference to OnPollingTimerElapsed
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
646
this.pollingTimer = new InterruptibleTimer(this.GetPollingInterval(), this.
OnPollingTimerElapsed
, null);