9 references to DeliveryStrategy
System.ServiceModel (9)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (9)
385
if (this.
DeliveryStrategy
.EnqueuedCount > 0 || this.Connection.Ranges.Count > 1)
392
if (this.
DeliveryStrategy
.EnqueuedCount > 0)
429
this.
DeliveryStrategy
.DequeueCallback = this.OnDeliveryStrategyItemDequeued;
690
else if (this.
DeliveryStrategy
.CanEnqueue(sequenceNumber)
694
needDispatch = this.
DeliveryStrategy
.Enqueue(info.Message, sequenceNumber);
779
this.
DeliveryStrategy
.Dispose();
1097
else if (this.
DeliveryStrategy
.CanEnqueue(sequenceNumber)
1101
needDispatch = this.
DeliveryStrategy
.Enqueue(info.Message, sequenceNumber);
1176
this.
DeliveryStrategy
.Dispose();