Partager via


WorkflowRuntimeServiceElementCollection.Add Méthode

Définition

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)

S’applique à