3 references to Quota
System.ServiceModel (3)
System\ServiceModel\Channels\DeliveryStrategy.cs (3)
113
if (this.EnqueuedCount >= this.
Quota
)
123
return (this.Channel.InternalPendingItems + sequenceNumber - this.windowStart < this.
Quota
);
194
return (this.EnqueuedCount < this.
Quota
);