2 writes to DequeueCallback
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1282this.deliveryStrategy.DequeueCallback = this.OnDeliveryStrategyItemDequeued;
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
429this.DeliveryStrategy.DequeueCallback = this.OnDeliveryStrategyItemDequeued;
3 references to DequeueCallback
System.ServiceModel (3)
System\ServiceModel\Channels\DeliveryStrategy.cs (3)
138if (this.Channel.EnqueueWithoutDispatch(item, this.DequeueCallback)) 148return this.Channel.EnqueueWithoutDispatch(item, this.DequeueCallback); 199return this.Channel.EnqueueWithoutDispatch(item, this.DequeueCallback);