Język

EventDrivenActivity Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy EventDrivenActivity.

Przeciążenia

Nazwa Opis
EventDrivenActivity()

Inicjuje nowe wystąpienie klasy EventDrivenActivity.

EventDrivenActivity(String)

Inicjuje nowe wystąpienie klasy EventDrivenActivity przy użyciu nazwy działania.

EventDrivenActivity()

Inicjuje nowe wystąpienie klasy EventDrivenActivity.

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

Dotyczy

EventDrivenActivity(String)

Inicjuje nowe wystąpienie klasy EventDrivenActivity przy użyciu nazwy działania.

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)

Parametry

name
String

Zidentyfikowana przez użytkownika nazwa działania.

Dotyczy