Compartir a través de


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

Notifies the load balancer component that a server hosting the launcher component is ready to begin handling document conversion requests.

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

Sintaxis

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

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

Parámetros

  • strLauncherUri
    A Uniform Resource Identifier (URI) that identifies the server hosting the launcher.

Valor devuelto

Boolean Returns true for success; false for failure.

Comentarios

When a server hosting a launcher starts the launcher service, the server needs to call the RegisterLauncher method to indicate to the load balancer that it is ready to begin handling document conversion requests, and that it should 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)