: TSReturnType (Enumeración) (Microsoft.HtmlTrans)

Returns a status value to the handler page that requests a document conversion.

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

Sintaxis

'Declaración
Public Enumeration TSReturnType
'Uso
Dim instance As TSReturnType
public enum TSReturnType

Miembros

  Nombre de miembro Descripción
TSR_ALREADYRUNNING Indicates that the request to the custom conversion components from the handler page succeeded. 
TSR_LAUNCHERUNAVAILABLE Indicates that the component implementing the IHtmlTrLoadBalancer interface is unavailable. 
TSR_LBUNAVAILABLE Indicates that the component implementing the IHtmlTrLauncher interface is unavailable. 
TSR_SUCCESS Indicates that the document conversion task with the specified name is already in progress. 

Comentarios

The TSReturnType enumeration is not used by any of the objects or members of the Microsoft.HtmlTrans.Interface namespace.

Vea también

Referencia

Microsoft.HtmlTrans (Espacio de nombres)