WorkflowConfigurationSettings Class

 

Updated: March 4, 2013

Represents a workflow configuration settings.

Namespace:   Microsoft.Activities.Design.Settings
Assembly:  Microsoft.Activities.Design (in Microsoft.Activities.Design.dll)

System.Object
  Microsoft.Activities.Design.Settings.WorkflowConfigurationSettings

[DataContractAttribute(Name = "WorkflowConfiguration", Namespace = "http://schemas.microsoft.com/workflow/2012/designer/serialization")]
public class WorkflowConfigurationSettings

NameDescription
System_CAPS_pubmethodWorkflowConfigurationSettings()

Initializes a new instance of the WorkflowConfigurationSettings 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 maximum number of new instances of this workflow that can be activated per hour.

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: