WorkflowRuntimeBehavior 클래스

정의

주의

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

와 연결된 WorkflowRuntime동작을 WorkflowServiceHost 정의합니다.

public ref class WorkflowRuntimeBehavior : System::ServiceModel::Description::IServiceBehavior
public class WorkflowRuntimeBehavior : System.ServiceModel.Description.IServiceBehavior
[System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")]
public class WorkflowRuntimeBehavior : System.ServiceModel.Description.IServiceBehavior
type WorkflowRuntimeBehavior = class
    interface IServiceBehavior
[<System.Obsolete("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")>]
type WorkflowRuntimeBehavior = class
    interface IServiceBehavior
Public Class WorkflowRuntimeBehavior
Implements IServiceBehavior
상속
WorkflowRuntimeBehavior
특성
구현

설명

워크플로 서비스의 개체에 WorkflowRuntimeBehavior 액세스하는 데 사용합니다WorkflowRuntime. 개체는 WorkflowRuntime 만들 때 WorkflowServiceHost 기본적으로 추가됩니다.

생성자

Name Description
WorkflowRuntimeBehavior()
사용되지 않음.

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

속성

Name Description
CachedInstanceExpiration
사용되지 않음.

워크플로 인스턴스가 메모리에서 강제로 제거되기 전에 유휴 상태에서 메모리 내 유지 기간을 나타내는 값을 가져오거나 설정합니다.

WorkflowRuntime
사용되지 않음.

WorkflowRuntime 인스턴스와 연결된 값을 WorkflowServiceHost 가져옵니다.

메서드

Name Description
AddBindingParameters(ServiceDescription, ServiceHostBase, Collection<ServiceEndpoint>, BindingParameterCollection)
사용되지 않음.

에서 WorkflowRuntimeBehavior구현되지 않음

ApplyDispatchBehavior(ServiceDescription, ServiceHostBase)
사용되지 않음.

워크플로 런타임 동작을 지원하도록 워크플로 서비스를 구성합니다.

Equals(Object)
사용되지 않음.

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

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

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

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

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

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

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

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

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

(다음에서 상속됨 Object)
Validate(ServiceDescription, ServiceHostBase)
사용되지 않음.

워크플로 서비스에 사용되는 예약 서비스가 개체에 WorkflowRuntime 추가되었으며 호출 전에 WorkflowRuntime개체가 Open 시작되지 않은지 확인합니다.

적용 대상