다음을 통해 공유


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입니다.

예외

serviceSettings이 null 참조(Visual Basic의 경우 Nothing)인 경우

적용 대상