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를 만들 때 기본적으로 추가됩니다.

생성자

WorkflowRuntimeBehavior()

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

속성

CachedInstanceExpiration

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

WorkflowRuntime

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

메서드

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 개체가 시작되지 않았는지 확인합니다.

적용 대상