CallExternalMethodActivity Constructor (String^)

 

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

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

public:
CallExternalMethodActivity(
	String^ name
)

Parameters

name
Type: System::String^

The user-defined name of the activity, used to initialize the activity name property.

.NET Framework
Available since 3.0
Return to top
Show: