EventDrivenActivity 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 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.