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 à ce 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
WorkflowRuntimeServiceElement qui représente un service devant être initialisé et activé par le moteur d'exécution de workflow.
Exceptions
serviceSettings
est une référence Null (Nothing
en Visual Basic)