Partager via


WorkflowServiceManager, classe

 

Représente une classe de client pour la configuration et la mise à niveau de l'installation de Microsoft Azure Workflow.

Espace de noms:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (dans Microsoft.Workflow.Client.dll)

Hiérarchie d'héritage

System.Object
  Microsoft.Workflow.Client.WorkflowServiceManager

Syntaxe

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

Constructeurs

Nom Description
System_CAPS_pubmethod WorkflowServiceManager(Uri, ClientSettings)

Initialise une nouvelle instance de la classe WorkflowServiceManager.

Méthodes

Nom Description
System_CAPS_pubmethod CheckUpgradeStatus()

Vérifie l'état de la mise à niveau système.

System_CAPS_pubmethod CompleteUpgrade()

Termine la demande vers la mise à niveau système.

System_CAPS_pubmethod Equals(Object)

(Hérité de Object.)

System_CAPS_protmethod Finalize()

(Hérité de Object.)

System_CAPS_pubmethod GetHashCode()

(Hérité de Object.)

System_CAPS_pubmethod GetOutboundCertificateReferences()

Retourne les références du certificat sortant.

System_CAPS_pubmethod GetServiceConfiguration(String)

Retourne la configuration de Workflow Service.

System_CAPS_pubmethod GetType()

(Hérité de Object.)

System_CAPS_pubmethod GetVersion()

Obtient la version du workflow.

System_CAPS_pubmethod InitiateUpgrade()

Initie la demande vers la mise à niveau système.

System_CAPS_protmethod MemberwiseClone()

(Hérité de Object.)

System_CAPS_pubmethod SetNextOutboundCertificateReference(String)

Définit la configuration sortante suivante pour le certificat.

System_CAPS_pubmethod SetNextOutboundCertificateReference(X509Certificate2)

Définit la configuration sortante suivante pour le certificat X.509.

System_CAPS_pubmethod SetNextOutboundCertificateReferenceAsCurrent()

Définit la configuration sortante suivante pour le certificat X.509 comme configuration actuelle.

System_CAPS_pubmethod SetServiceConfiguration(String, String)

Définit l'entrée de configuration de service avec la valeur spécifiée.

System_CAPS_pubmethod ToString()

(Hérité de Object.)

Sécurité des threads

Tous les membres statiques (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Microsoft.Workflow.Client, espace de noms

Retour au début