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