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)

System.Object
  Microsoft.Workflow.Client.WorkflowServiceManager

Public Class WorkflowServiceManager

NameDescription
System_CAPS_pubmethodWorkflowServiceManager(Uri, ClientSettings)

Initializes a new instance of the WorkflowServiceManager class.

NameDescription
System_CAPS_pubmethodCheckUpgradeStatus()

Checks the status of the system upgrade.

System_CAPS_pubmethodCompleteUpgrade()

Completes the request to system upgrade.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetOutboundCertificateReferences()

Returns the outbound certificate references.

System_CAPS_pubmethodGetServiceConfiguration(String)

Returns configuration for the workflow service.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetVersion()

Gets the version of the workflow.

System_CAPS_pubmethodInitiateUpgrade()

Initiates the request to system upgrade.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetNextOutboundCertificateReference(String)

Sets the next outbound configuration for the certificate.

System_CAPS_pubmethodSetNextOutboundCertificateReference(X509Certificate2)

Sets the next outbound configuration for X.509 certificate.

System_CAPS_pubmethodSetNextOutboundCertificateReferenceAsCurrent()

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

System_CAPS_pubmethodSetServiceConfiguration(String, String)

Sets the service configuration entry with the specified value.

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: