Sdílet prostřednictvím


WorkflowServiceAttributes Konstruktor

Definice

Inicializuje novou instanci WorkflowServiceAttributes třídy.

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

Příklady

Následující příklad ukazuje, jak vytvořit novou instanci WorkflowServiceAttributes třídy.

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

Poznámky

Tento konstruktor se obvykle volá při vytvoření nadřazené ReceiveActivity aktivity.

Platí pro