WorkflowInstanceManagementBehavior 클래스

정의

서비스 호스트에 고정 구성이 있는 워크플로 제어 엔드포인트를 추가하는 동작입니다.

public ref class WorkflowInstanceManagementBehavior sealed : System::ServiceModel::Description::IServiceBehavior
public sealed class WorkflowInstanceManagementBehavior : System.ServiceModel.Description.IServiceBehavior
type WorkflowInstanceManagementBehavior = class
    interface IServiceBehavior
Public NotInheritable Class WorkflowInstanceManagementBehavior
Implements IServiceBehavior
상속
WorkflowInstanceManagementBehavior
구현

생성자

Name Description
WorkflowInstanceManagementBehavior()

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

필드

Name Description
ControlEndpointAddress

고정 워크플로 컨트롤 상대 엔드포인트 주소입니다. 이 주소는 컨트롤 엔드포인트 주소를 만들기 위해 서비스의 기본 주소에 추가됩니다.

속성

Name Description
HttpControlEndpointBinding

HTTP 프로토콜을 사용할 때 워크플로 인스턴스 제어 엔드포인트에 대한 바인딩을 가져옵니다.

NamedPipeControlEndpointBinding

net.pipe 프로토콜을 사용할 때 워크플로 인스턴스 컨트롤 엔드포인트에 대한 바인딩을 가져옵니다.

WindowsGroup

워크플로 인스턴스 제어 엔드포인트를 사용할 권한이 있는 Windows 사용자 그룹을 가져오거나 설정합니다.

메서드

Name Description
AddBindingParameters(ServiceDescription, ServiceHostBase, Collection<ServiceEndpoint>, BindingParameterCollection)

메서드의 구현입니다 AddBindingParameters(ServiceDescription, ServiceHostBase, Collection<ServiceEndpoint>, BindingParameterCollection) .

ApplyDispatchBehavior(ServiceDescription, ServiceHostBase)

메서드의 구현입니다 ApplyDispatchBehavior(ServiceDescription, ServiceHostBase) .

Equals(Object)

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

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()

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

(다음에서 상속됨 Object)
MemberwiseClone()

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

(다음에서 상속됨 Object)
ToString()

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

(다음에서 상속됨 Object)
Validate(ServiceDescription, ServiceHostBase)

메서드의 구현입니다 Validate(ServiceDescription, ServiceHostBase) .

적용 대상