ParallelActivity 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 ParallelActivity class.
Overloads
ParallelActivity() |
Initializes a new instance of the ParallelActivity class. |
ParallelActivity(String) |
Initializes a new instance of the ParallelActivity class using the name of the activity. |
ParallelActivity()
Initializes a new instance of the ParallelActivity class.
public:
ParallelActivity();
public ParallelActivity();
Public Sub New ()
Applies to
ParallelActivity(String)
Initializes a new instance of the ParallelActivity class using the name of the activity.
public:
ParallelActivity(System::String ^ name);
public ParallelActivity(string name);
new System.Workflow.Activities.ParallelActivity : string -> System.Workflow.Activities.ParallelActivity
Public Sub New (name As String)
Parameters
- name
- String
The user-defined name of the activity.