3 writes to pendingAcknowledgements
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (3)
511
this.
pendingAcknowledgements
= 0;
697
this.
pendingAcknowledgements
++;
834
this.
pendingAcknowledgements
= 0;
2 references to pendingAcknowledgements
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
698
if (this.
pendingAcknowledgements
== this.Listener.MaxTransferWindowSize)
716
if (!tryAckNow && this.
pendingAcknowledgements
> 0 && !this.acknowledgementScheduled && fault == null)