IStreamQueueBalanceListener Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stream queue balancer listener receives notifications from a stream queue balancer (IStreamQueueBalancer
)
indicating that the balance of queues has changed.
It should be implemented by components interested in stream queue load balancing.
When change notification is received, listener should request updated list of queues from the queue balancer.
public interface IStreamQueueBalanceListener
type IStreamQueueBalanceListener = interface
Public Interface IStreamQueueBalanceListener
Methods
QueueDistributionChangeNotification() |
Called when adapter queue responsibility changes. |