1 write to DequeueCallback
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
908_deliveryStrategy.DequeueCallback = OnDeliveryStrategyItemDequeued;
3 references to DequeueCallback
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\DeliveryStrategy.cs (3)
113if (Channel.EnqueueWithoutDispatch(item, DequeueCallback)) 123return Channel.EnqueueWithoutDispatch(item, DequeueCallback); 174return Channel.EnqueueWithoutDispatch(item, DequeueCallback);