WorkflowRuntimeEndpoint 클래스

정의

주의

The WF3 types are deprecated. Instead, please use the new WF4 types from System.Activities.*

SqlWorkflowInstanceStore는 <sqlWorkflowInstanceStoreBehavior> 요소의 <workflowInstanceControl> 하위 구성 요소가 명시적으로 지정되지 않은 경우 이 클래스를 사용하여 기본 제어 엔드포인트를 추가합니다.

public ref class WorkflowRuntimeEndpoint : System::ServiceModel::Activities::WorkflowHostingEndpoint
public class WorkflowRuntimeEndpoint : System.ServiceModel.Activities.WorkflowHostingEndpoint
[System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")]
public class WorkflowRuntimeEndpoint : System.ServiceModel.Activities.WorkflowHostingEndpoint
type WorkflowRuntimeEndpoint = class
    inherit WorkflowHostingEndpoint
[<System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")>]
type WorkflowRuntimeEndpoint = class
    inherit WorkflowHostingEndpoint
Public Class WorkflowRuntimeEndpoint
Inherits WorkflowHostingEndpoint
상속
특성

설명

<workflowInstanceControl> SqlWorkflowInstanceStore 요소의 하위 요소는 워크플로 인스턴스 컨트롤 엔드포인트에 대한 매개 변수를 지정하는 선택적 요소입니다. 워크플로 관리 서비스는 이 엔드포인트를 사용하여 서비스 호스트에 대해 제어 명령을 실행합니다.

<workflowInstanceControl> SqlWorkflowInstanceStore 요소의 하위 요소를 생략하면 SqlWorkflowInstanceStore는 여전히 클래스를 사용하여 기본 컨트롤 엔드포인트를 WorkflowRuntimeEndpoint 추가합니다.

생성자

WorkflowRuntimeEndpoint()
사용되지 않음.

WorkflowRuntimeEndpoint 클래스의 인스턴스를 초기화합니다.

속성

Address
사용되지 않음.

서비스 엔드포인트의 엔드포인트 주소를 가져오거나 설정합니다.

(다음에서 상속됨 ServiceEndpoint)
Behaviors
사용되지 않음.

서비스 엔드포인트에 대한 동작을 가져옵니다.

(다음에서 상속됨 ServiceEndpoint)
Binding
사용되지 않음.

서비스 엔드포인트의 바인딩을 가져오거나 설정합니다.

(다음에서 상속됨 ServiceEndpoint)
Contract
사용되지 않음.

서비스 엔드포인트에 대한 계약을 가져옵니다.

(다음에서 상속됨 ServiceEndpoint)
CorrelationQueries
사용되지 않음.

CorrelationQuery 인스턴스의 컬렉션을 가져옵니다.

(다음에서 상속됨 WorkflowHostingEndpoint)
EndpointBehaviors
사용되지 않음.

서비스에 대한 엔드포인트 동작을 가져옵니다.

(다음에서 상속됨 ServiceEndpoint)
IsSystemEndpoint
사용되지 않음.

서비스 엔드포인트가 사용자 정의와는 반대로 시스템에 의해 생성되는지 여부를 가져오거나 설정합니다.

(다음에서 상속됨 ServiceEndpoint)
ListenUri
사용되지 않음.

서비스 엔드포인트가 수신하는 URI를 가져오거나 설정합니다.

(다음에서 상속됨 ServiceEndpoint)
ListenUriMode
사용되지 않음.

서비스에서 수신하도록 제공되는 URI를 전송에서 처리하는 방법을 가져오거나 설정합니다.

(다음에서 상속됨 ServiceEndpoint)
Name
사용되지 않음.

서비스 엔드포인트의 이름을 가져오거나 설정합니다.

(다음에서 상속됨 ServiceEndpoint)

메서드

AddService(Object)
사용되지 않음.

워크플로 런타임 인스턴스에서 지원하는 런타임 서비스 목록에 지정된 서비스를 추가합니다.

Equals(Object)
사용되지 않음.

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()
사용되지 않음.

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetService(Type)
사용되지 않음.

서비스 개체 목록에서 지정된 서비스 유형에 대한 서비스 개체를 가져옵니다.

GetService<T>()
사용되지 않음.

템플릿 매개 변수로 지정된 서비스 유형에 해당하는 서비스 개체를 가져옵니다.

GetType()
사용되지 않음.

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()
사용되지 않음.

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
OnGetCreationContext(Object[], OperationContext, Guid, WorkflowHostingResponseContext)
사용되지 않음.

WorkflowCreationContext 인스턴스를 만들려면 재정의합니다.

(다음에서 상속됨 WorkflowHostingEndpoint)
OnGetInstanceId(Object[], OperationContext)
사용되지 않음.

매개 변수로 전달된 입력 및 작업 컨텍스트를 바탕으로 인스턴스 식별자를 가져옵니다.

OnResolveBookmark(Object[], OperationContext, WorkflowHostingResponseContext, Object)
사용되지 않음.

책갈피를 확인합니다.

RemoveService(Object)
사용되지 않음.

워크플로 런타임 인스턴스에서 지원하는 런타임 서비스 목록에서 지정된 서비스를 제거합니다.

ToString()
사용되지 않음.

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상