EventHandlingScopeActivity Constructors

Definition

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.

See also

Applies to