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

A WorkflowRuntimeServiceElement that represents a service to be initialized and activated by the workflow runtime engine.

Ausnahmen

serviceSettings ist ein Nullverweis (Nothing in Visual Basic)

Gilt für: