WorkflowServiceAttributes Constructeur

Définition

Initialise une nouvelle instance de la classe WorkflowServiceAttributes.

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

Exemples

L'exemple suivant illustre la création d'une nouvelle instance de la classe WorkflowServiceAttributes.

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

Remarques

Ce constructeur est généralement appelé lors de la création de l'activité parente ReceiveActivity.

S’applique à