Share via


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
System_CAPS_pubmethod WorkflowServiceManager(Uri, ClientSettings)

Initializes a new instance of the WorkflowServiceManager class.

Methods

Name Description
System_CAPS_pubmethod CheckUpgradeStatus()

Checks the status of the system upgrade.

System_CAPS_pubmethod CompleteUpgrade()

Completes the request to system upgrade.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetOutboundCertificateReferences()

Returns the outbound certificate references.

System_CAPS_pubmethod GetServiceConfiguration(String)

Returns configuration for the workflow service.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetVersion()

Gets the version of the workflow.

System_CAPS_pubmethod InitiateUpgrade()

Initiates the request to system upgrade.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetNextOutboundCertificateReference(String)

Sets the next outbound configuration for the certificate.

System_CAPS_pubmethod SetNextOutboundCertificateReference(X509Certificate2)

Sets the next outbound configuration for X.509 certificate.

System_CAPS_pubmethod SetNextOutboundCertificateReferenceAsCurrent()

Sets the next outbound configuration for X.509 certificate as current.

System_CAPS_pubmethod SetServiceConfiguration(String, String)

Sets the service configuration entry with the specified value.

System_CAPS_pubmethod 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