IHtmlTrLoadBalancer.UnRegisterLauncher Method

Notifies the load balancer component that a server hosting the launcher component is no longer handling document conversion requests.

Namespace:  Microsoft.HtmlTrans
Assembly:  Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)

Syntax

'Declaration
Function UnRegisterLauncher ( _
    strLauncherUri As String _
) As Boolean
'Usage
Dim instance As IHtmlTrLoadBalancer
Dim strLauncherUri As String
Dim returnValue As Boolean

returnValue = instance.UnRegisterLauncher(strLauncherUri)
bool UnRegisterLauncher(
    string strLauncherUri
)

Parameters

  • strLauncherUri
    Type: System.String

    The name of the server hosting the launcher component.

Return Value

Type: System.Boolean
A Boolean value. Returns true for success; false for failure.

Remarks

When a server hosting a launcher stops the launcher service, or when an application detects that the launcher is not responding, the server needs to call the UnRegisterLauncher method to indicate to the load balancer that the server is no longer handling document conversion requests, and that it should no longer be included as a possible return from calls to the StrGetLauncher method.

See Also

Reference

IHtmlTrLoadBalancer Interface

IHtmlTrLoadBalancer Members

Microsoft.HtmlTrans Namespace