StateMachineWorkflowActivity Constructors

Definition

Initializes a new instance of the StateMachineWorkflowActivity class.

Overloads

StateMachineWorkflowActivity()

Initializes a new instance of the StateMachineWorkflowActivity class.

StateMachineWorkflowActivity(String)

Initializes a new instance of the StateMachineWorkflowActivity class using the name of the activity.

StateMachineWorkflowActivity()

Initializes a new instance of the StateMachineWorkflowActivity class.

public:
 StateMachineWorkflowActivity();
public StateMachineWorkflowActivity ();
Public Sub New ()

Applies to

StateMachineWorkflowActivity(String)

Initializes a new instance of the StateMachineWorkflowActivity class using the name of the activity.

public:
 StateMachineWorkflowActivity(System::String ^ name);
public StateMachineWorkflowActivity (string name);
new System.Workflow.Activities.StateMachineWorkflowActivity : string -> System.Workflow.Activities.StateMachineWorkflowActivity
Public Sub New (name As String)

Parameters

name
String

The user-defined name of the activity.

Applies to