Edit

Share via


EventDrivenActivity Constructors

Definition

Initializes a new instance of the EventDrivenActivity class.

Overloads

EventDrivenActivity()

Initializes a new instance of the EventDrivenActivity class.

EventDrivenActivity(String)

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

EventDrivenActivity()

Initializes a new instance of the EventDrivenActivity class.

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

Applies to

EventDrivenActivity(String)

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

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

Parameters

name
String

The user-identified name of the activity.

Applies to