Compartir a través de


WorkflowServiceManager (Clase)

 

Representa una clase de cliente para configurar y actualizar una instalación de Microsoft Azure Workflow.

Espacio de nombres:   Microsoft.Workflow.Client
Ensamblado:  Microsoft.Workflow.Client (en Microsoft.Workflow.Client.dll)

Jerarquía de herencia

System.Object
  Microsoft.Workflow.Client.WorkflowServiceManager

Sintaxis

public class WorkflowServiceManager
public ref class WorkflowServiceManager 
type WorkflowServiceManager = class end
Public Class WorkflowServiceManager

Constructores

Nombre Descripción
System_CAPS_pubmethod WorkflowServiceManager(Uri, ClientSettings)

Inicializa una nueva instancia de la clase WorkflowServiceManager.

Métodos

Nombre Descripción
System_CAPS_pubmethod CheckUpgradeStatus()

Comprueba el estado de la actualización del sistema.

System_CAPS_pubmethod CompleteUpgrade()

Completa la solicitud para la actualización del sistema.

System_CAPS_pubmethod Equals(Object)

(Heredado de Object.)

System_CAPS_protmethod Finalize()

(Heredado de Object.)

System_CAPS_pubmethod GetHashCode()

(Heredado de Object.)

System_CAPS_pubmethod GetOutboundCertificateReferences()

Devuelve referencias del certificado saliente.

System_CAPS_pubmethod GetServiceConfiguration(String)

Devuelve la configuración de Workflow Service.

System_CAPS_pubmethod GetType()

(Heredado de Object.)

System_CAPS_pubmethod GetVersion()

Obtiene la versión del flujo de trabajo.

System_CAPS_pubmethod InitiateUpgrade()

Inicia la solicitud para la actualización del sistema.

System_CAPS_protmethod MemberwiseClone()

(Heredado de Object.)

System_CAPS_pubmethod SetNextOutboundCertificateReference(String)

Establece la siguiente configuración saliente para el certificado.

System_CAPS_pubmethod SetNextOutboundCertificateReference(X509Certificate2)

Establece la siguiente configuración saliente para el certificado X.509.

System_CAPS_pubmethod SetNextOutboundCertificateReferenceAsCurrent()

Establece la siguiente configuración saliente para el certificado X.509 como actual.

System_CAPS_pubmethod SetServiceConfiguration(String, String)

Establece la entrada de configuración del servicio con el valor especificado.

System_CAPS_pubmethod ToString()

(Heredado de Object.)

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.

Vea también

Microsoft.Workflow.Client (Espacio de nombres)

Volver al principio