IHtmlTrLoadBalancer Interface
Manages the load on multiple servers hosting document conversion launcher services.
Namespace: Microsoft.HtmlTrans
Assembly: Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)
Syntax
Public Interface IHtmlTrLoadBalancer
Dim instance As IHtmlTrLoadBalancer
public interface IHtmlTrLoadBalancer
Remarks
The IHtmlTrLoadBalancer interface manages the load on multiple servers hosting document conversion launcher services by tracking the tasks assigned to each server and assigning new document conversion tasks to the server with the smallest current load.
Examples
For a code example that demonstrates the use of the IHtmlTrLoadBalancer and IHtmlTrLauncher interfaces, see the CHICreateHtml method.