[This is preliminary documentation and is subject to change.]
This interface is implemented by classes that wish to be notified when a
LoadBalancer's free pool increases from zero to greater than one, signaling
Batons are once again available to the thread.
| C# | Visual Basic | Visual C++ |
public interface ILoadBalancerListener
Public Interface ILoadBalancerListener
public interface class ILoadBalancerListener
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| OnBatonsAvailable(LoadBalancer) | Called when a LoadBalancer's free pool increases from zero to greater
than one, signaling Batons are once again available to this thread.
|