IStreamQueueBalanceListener 接口

定义

流队列均衡器侦听器接收来自流队列均衡器的通知, (IStreamQueueBalancer) 指示队列平衡已更改。 它应由对流队列负载均衡感兴趣的组件实现。 收到更改通知后,侦听器应从队列均衡器请求更新的队列列表。

public interface IStreamQueueBalanceListener
type IStreamQueueBalanceListener = interface
Public Interface IStreamQueueBalanceListener

方法

QueueDistributionChangeNotification()

在适配器队列责任更改时调用。

适用于