ParallelActivity Constructor (String^)

 

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

Namespace:   System.Workflow.Activities
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

public:
ParallelActivity(
	String^ name
)

Parameters

name
Type: System::String^

The user-defined name of the activity.

.NET Framework
Available since 3.0
Return to top
Show: