WorkflowRuntimeServiceElementCollection.Add Method

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)

Parameters

serviceSettings
WorkflowRuntimeServiceElement

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

Exceptions

serviceSettings is a null reference (Nothing in Visual Basic)

Applies to