Edit

Share via


HandleExternalEventActivity Constructors

Definition

Initializes a new instance of the HandleExternalEventActivity class.

Overloads

HandleExternalEventActivity()

Initializes a new instance of the HandleExternalEventActivity class.

HandleExternalEventActivity(String)

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

HandleExternalEventActivity()

Initializes a new instance of the HandleExternalEventActivity class.

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

Applies to

HandleExternalEventActivity(String)

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

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

Parameters

name
String

The user-defined name of the activity.

See also

Applies to