WorkflowServiceManager Class
Represents a client class for configuring and upgrading an installation of Microsoft Azure Workflow.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
| Name | Description | |
|---|---|---|
![]() | WorkflowServiceManager(Uri, ClientSettings) | Initializes a new instance of the WorkflowServiceManager class. |
| Name | Description | |
|---|---|---|
![]() | CheckUpgradeStatus() | Checks the status of the system upgrade. |
![]() | CompleteUpgrade() | Completes the request to system upgrade. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetOutboundCertificateReferences() | Returns the outbound certificate references. |
![]() | GetServiceConfiguration(String) | Returns configuration for the workflow service. |
![]() | GetType() | (Inherited from Object.) |
![]() | GetVersion() | Gets the version of the workflow. |
![]() | InitiateUpgrade() | Initiates the request to system upgrade. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetNextOutboundCertificateReference(String) | Sets the next outbound configuration for the certificate. |
![]() | SetNextOutboundCertificateReference(X509Certificate2) | Sets the next outbound configuration for X.509 certificate. |
![]() | SetNextOutboundCertificateReferenceAsCurrent() | Sets the next outbound configuration for X.509 certificate as current. |
![]() | SetServiceConfiguration(String, String) | Sets the service configuration entry with the specified value. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

