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

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

특성

설명

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

적용 대상