StateMachineWorkflowActivity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.