다음을 통해 공유


WorkflowRuntimeElement.Services 속성

정의

WorkflowRuntime 엔진에 추가될 서비스 컬렉션을 가져옵니다.

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

속성 값

ExtendedWorkflowRuntimeServiceElementCollection

WorkflowRuntime 엔진에 추가할 서비스의 컬렉션입니다.

특성

설명

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

적용 대상