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