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 | |
---|---|---|
WorkflowConfiguration() | Initializes a new instance of the WorkflowConfiguration class. |
Properties
Name | Description | |
---|---|---|
AppSettings | Gets the settings available to workflow. |
|
HttpRetryCodes | Gets the HTTP retry codes for the workflow. |
|
MaxNewInstancesPerHour | Gets or sets the activation throttle. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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