Edit

Share via


StateActivity Constructors

Definition

Initializes a new instance of the StateActivity class.

Overloads

StateActivity()

Initializes a new instance of the StateActivity class.

StateActivity(String)

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

StateActivity()

Initializes a new instance of the StateActivity class.

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

Applies to

StateActivity(String)

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

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

Parameters

name
String

The user-defined name of the activity.

See also

Applies to