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)

Inheritance Hierarchy

System.Object
  Microsoft.Workflow.Client.WorkflowConfiguration

Syntax

[DataContractAttribute(Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities", 
    Name = "ScopedWorkflowConfiguration")]
public class WorkflowConfiguration
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities", 
    Name = "ScopedWorkflowConfiguration")]
public ref class WorkflowConfiguration 
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities",
    Name = "ScopedWorkflowConfiguration")>]
type WorkflowConfiguration = class end
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/workflow/2012/xaml/activities",
    Name := "ScopedWorkflowConfiguration")>
Public Class WorkflowConfiguration

Constructors

Name Description
System_CAPS_pubmethod WorkflowConfiguration()

Initializes a new instance of the WorkflowConfiguration class.

Properties

Name Description
System_CAPS_pubproperty AppSettings

Gets the settings available to workflow.

System_CAPS_pubproperty HttpRetryCodes

Gets the HTTP retry codes for the workflow.

System_CAPS_pubproperty MaxNewInstancesPerHour

Gets or sets the activation throttle.

Methods

Name Description
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 GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

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