2 references to OnAcknowledgementTimeoutElapsed
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
40
this.acknowledgementTimer = new IOThreadTimer(new Action<object>(this.
OnAcknowledgementTimeoutElapsed
), null, true);
1294
this.
OnAcknowledgementTimeoutElapsed
(null);