WorkflowRuntimeServiceElementCollection.Add Méthode
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.
Ajoute un WorkflowRuntimeServiceElement à ceci WorkflowRuntimeServiceElementCollection.
public:
void Add(System::Workflow::Runtime::Configuration::WorkflowRuntimeServiceElement ^ serviceSettings);
public void Add(System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement serviceSettings);
member this.Add : System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElement -> unit
Public Sub Add (serviceSettings As WorkflowRuntimeServiceElement)
Paramètres
- serviceSettings
- WorkflowRuntimeServiceElement
Qui WorkflowRuntimeServiceElement représente un service à initialiser et à activer par le moteur d’exécution du flux de travail.
Exceptions
serviceSettings est une référence Null (Nothing dans Visual Basic)