WorkflowRuntimeServiceElement 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
워크플로 런타임 엔진에 추가되는 서비스의 구성 요소를 나타냅니다.
public ref class WorkflowRuntimeServiceElement : System::Configuration::ConfigurationElement
public class WorkflowRuntimeServiceElement : System.Configuration.ConfigurationElement
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class WorkflowRuntimeServiceElement : System.Configuration.ConfigurationElement
type WorkflowRuntimeServiceElement = class
inherit ConfigurationElement
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type WorkflowRuntimeServiceElement = class
inherit ConfigurationElement
Public Class WorkflowRuntimeServiceElement
Inherits ConfigurationElement
- 상속
- 특성
설명
참고
이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.
WorkflowRuntimeServiceElement는 워크플로 런타임 엔진에서 초기화 및 활성화해야 하는 호스트 서비스를 지정합니다. 구성 파일의 요소에 지정 된 호스트 서비스에 해당 <Services>
합니다. WorkflowRuntimeServiceElement에 지정된 서비스는 워크플로 런타임 엔진에 의해 초기화되므로 다음 네 개의 서명 중 하나와 일치하는 생성자가 하나 이상 있어야 합니다. 워크플로 런타임 엔진은 표시된 순서대로 이러한 서명을 일치시킵니다.
Service(WorkflowRuntime 런타임, NameValueCollection 매개 변수)
Service(WorkflowRuntime 런타임)
Service(NameValueCollection 매개 변수)
Service()
생성자
WorkflowRuntimeServiceElement() |
WorkflowRuntimeServiceElement 클래스의 새 인스턴스를 초기화합니다. |