WorkflowRuntimeElement.Services 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
속성 값
WorkflowRuntime 엔진에 추가할 서비스의 컬렉션입니다.
- 특성
설명
WorkflowRuntimeServiceElementCollection에 지정된 서비스는 워크플로 런타임 엔진에 의해 초기화되며 해당 WorkflowRuntime 생성자를 호출할 때 서비스에 추가됩니다. 따라서 WorkflowRuntimeServiceElementCollection에 지정된 서비스는 생성자의 서명에 대한 특정 규칙을 따라야 합니다. 자세한 내용은 WorkflowRuntimeServiceElement를 참조하세요.