WorkflowServiceAttributes Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.