WorkflowRuntimeServiceElementCollection.Add 메서드

정의

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 워크플로 런타임 엔진에서 초기화하고 활성화할 서비스를 나타내는 A입니다.

예외

serviceSettings null 참조입니다(Visual Basic Nothing).

적용 대상