Share via


WorkflowServiceAttributes Costruttore

Definizione

Inizializza una nuova istanza della classe WorkflowServiceAttributes.

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

Esempio

Nell'esempio riportato di seguito viene illustrato come creare una nuova istanza della classe WorkflowServiceAttributes.

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

Commenti

Questo costruttore viene in genere chiamato quando l'attività padre di ReceiveActivity viene creata.

Si applica a