WorkflowRuntimeServiceElementCollection::Add Method (WorkflowRuntimeServiceElement^)

 
Namespace:   System.Workflow.Runtime.Configuration
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

public:
void Add(
	WorkflowRuntimeServiceElement^ serviceSettings
)

Parameters

serviceSettings
Type: System.Workflow.Runtime.Configuration::WorkflowRuntimeServiceElement^

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

Exception Condition
ArgumentNullException

serviceSettings is a null reference (Nothing in Visual Basic)

.NET Framework
Available since 3.0
Return to top
Show: