WorkflowRuntimeSection.Services 속성

정의

워크플로 런타임 엔진이 초기화될 때 추가되는 서비스의 컬렉션을 가져옵니다.

public:
 property System::Workflow::Runtime::Configuration::WorkflowRuntimeServiceElementCollection ^ Services { System::Workflow::Runtime::Configuration::WorkflowRuntimeServiceElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("Services", DefaultValue=null)]
public System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection Services { get; }
[<System.Configuration.ConfigurationProperty("Services", DefaultValue=null)>]
member this.Services : System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection
Public ReadOnly Property Services As WorkflowRuntimeServiceElementCollection

속성 값

워크플로 런타임 엔진에 추가할 서비스입니다.

특성

설명

지정된 WorkflowRuntimeServiceElementCollection 서비스는 워크플로 런타임 엔진에 의해 초기화되고 적절한 WorkflowRuntime 생성자가 호출될 때 해당 서비스에 추가됩니다. 따라서 지정된 WorkflowRuntimeServiceElementCollection 서비스는 해당 생성자의 서명에 대한 특정 규칙을 따라야 합니다. 자세한 내용은 WorkflowRuntimeServiceElement를 참조하세요.

적용 대상