WorkflowRuntimeServiceElementCollection.Add Метод

Определение

Добавляет условие WorkflowRuntimeServiceElement в коллекцию WorkflowRuntimeServiceElementCollection.

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)

Параметры

serviceSettings
WorkflowRuntimeServiceElement

Класс WorkflowRuntimeServiceElement представляет службу, которую необходимо инициализировать и активировать с помощью подсистемы среды выполнения рабочих процессов.

Исключения

Параметр serviceSettings является неопределенной ссылкой (Nothing в Visual Basic).

Применяется к