WorkflowServiceManager Class
Represents a client class for configuring and upgrading an installation of Microsoft Azure Workflow.
Namespace: Microsoft.Workflow.Client
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
Inheritance Hierarchy
System.Object
Microsoft.Workflow.Client.WorkflowServiceManager
Syntax
public class WorkflowServiceManager
public ref class WorkflowServiceManager
type WorkflowServiceManager = class end
Public Class WorkflowServiceManager
Constructors
Name | Description | |
---|---|---|
WorkflowServiceManager(Uri, ClientSettings) | Initializes a new instance of the WorkflowServiceManager class. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Workflow.Client Namespace
Return to top