ITsSbLoadBalancing interface (sbtsv.h)

Exposes methods you can use to provide a custom load-balancing algorithm.

The GetMostSuitableTarget method should return an endpoint (target) to which the client connects.

Inheritance

The ITsSbLoadBalancing interface inherits from ITsSbPlugin. ITsSbLoadBalancing also has these types of members:

Methods

The ITsSbLoadBalancing interface has these methods.

 
ITsSbLoadBalancing::GetMostSuitableTarget

Determines the most suitable target to which to direct an incoming client connection.

Remarks

A plug-in can implement this interface to provide a custom load-balancing algorithm.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Target Platform Windows
Header sbtsv.h

See also

ITsSbPlugin

Remote Desktop Virtualization Interfaces