WorkflowServiceAttributes Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy WorkflowServiceAttributes.

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

Przykłady

W poniższym przykładzie pokazano, jak utworzyć nowe wystąpienie WorkflowServiceAttributes klasy.

WorkflowServiceAttributes attributes = new WorkflowServiceAttributes();
Dim attributes As New WorkflowServiceAttributes()

Uwagi

Ten konstruktor jest zwykle wywoływany podczas tworzenia działania nadrzędnego ReceiveActivity .

Dotyczy