Freigeben über


WorkflowServiceAttributes Konstruktor

Definition

Initialisiert eine neue Instanz der WorkflowServiceAttributes-Klasse.

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

Beispiele

Im folgenden Beispiel wird gezeigt, wie eine neue Instanz der WorkflowServiceAttributes-Klasse erstellt wird.

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

Hinweise

Dieser Konstruktor wird normalerweise aufgerufen, wenn die übergeordnete ReceiveActivity-Aktivität erstellt wird.

Gilt für: