WorkflowConfiguration Class

 

Represents a configuration of a workflow in Microsoft Azure Workflow.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

System.Object
  Microsoft.Workflow.Client.WorkflowConfiguration

<DataContractAttribute(Namespace := "http://schemas.microsoft.com/workflow/2012/xaml/activities",
	Name := "ScopedWorkflowConfiguration")>
Public Class WorkflowConfiguration

NameDescription
System_CAPS_pubmethodWorkflowConfiguration()

Initializes a new instance of the WorkflowConfiguration class.

NameDescription
System_CAPS_pubpropertyAppSettings

Gets the settings available to workflow.

System_CAPS_pubpropertyHttpRetryCodes

Gets the HTTP retry codes for the workflow.

System_CAPS_pubpropertyMaxNewInstancesPerHour

Gets or sets the activation throttle.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

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: