Compartir a través de


: IHtmlTrLoadBalancer.UnRegisterLauncher (Método) (Microsoft.HtmlTrans)

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

Espacio de nombres:
Ensamblado: Microsoft.HtmlTrans.Interface (in microsoft.htmltrans.interface.dll)

Sintaxis

'Declaración
Function UnRegisterLauncher ( _
    strLauncherUri As String _
) As Boolean
'Uso
Dim instance As IHtmlTrLoadBalancer
Dim strLauncherUri As String
Dim returnValue As Boolean

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

Parámetros

  • strLauncherUri
    The name of the server hosting the launcher component.

Valor devuelto

A Boolean value. Returns true for success; false for failure.

Comentarios

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.

Vea también

Referencia

IHtmlTrLoadBalancer (Interfaz)
IHtmlTrLoadBalancer (Miembros)
Microsoft.HtmlTrans (Espacio de nombres)