EventHandlingScopeActivity 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 EventHandlingScopeActivity class.
Overloads
EventHandlingScopeActivity() |
Initializes a new instance of the EventHandlingScopeActivity class. |
EventHandlingScopeActivity(String) |
Initializes a new instance of the EventHandlingScopeActivity class using the name of the name of the activity. |
EventHandlingScopeActivity()
Initializes a new instance of the EventHandlingScopeActivity class.
public:
EventHandlingScopeActivity();
public EventHandlingScopeActivity ();
Public Sub New ()
See also
Applies to
EventHandlingScopeActivity(String)
Initializes a new instance of the EventHandlingScopeActivity class using the name of the name of the activity.
public:
EventHandlingScopeActivity(System::String ^ name);
public EventHandlingScopeActivity (string name);
new System.Workflow.Activities.EventHandlingScopeActivity : string -> System.Workflow.Activities.EventHandlingScopeActivity
Public Sub New (name As String)
Parameters
- name
- String
The user defined name of the activity.