Share via


WorkflowRuntimeServiceElementCollection.Add Methode

Definition

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)

Parameter

serviceSettings
WorkflowRuntimeServiceElement

Ein WorkflowRuntimeServiceElement, das für einen Dienst steht, der von der Workflowruntime-Engine initialisiert und aktiviert werden soll.

Ausnahmen

serviceSettings ist ein NULL-Verweis (Nothing in Visual Basic).

Gilt für