TimerEventSubscription 클래스

정의

주의

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

타이머 이벤트에 대한 구독을 나타냅니다.

public ref class TimerEventSubscription
[System.Serializable]
public class TimerEventSubscription
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class TimerEventSubscription
[<System.Serializable>]
type TimerEventSubscription = class
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type TimerEventSubscription = class
Public Class TimerEventSubscription
상속
TimerEventSubscription
특성

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

TimerEventSubscription 개체는 지정된 시간에 특정 WorkflowQueue에 메시지를 보내기 위해 워크플로 인스턴스와 연결된 타이머 큐에 추가됩니다. ExpiresAt로 지정된 시간에 도달하면 워크플로 런타임 엔진이 SubscriptionId를 포함하는 메시지를 WorkflowQueue에 지정된 QueueName로 보냅니다. 워크플로 인스턴스와 연결된 타이머 큐는 TimerCollectionProperty에 포함됩니다. TimerCollectionProperty가 반환하는 WorkflowQueueInfo 개체와 WorkflowInstance.GetWorkflowQueueData를 검사하여 특정 TimerEventSubscription에서 대기 중인 활동을 확인할 수 있습니다. DelayActivitySqlWorkflowPersistenceService는 모두 타이머 이벤트 구독을 사용하여 해당 기능의 일부를 제공합니다.

생성자

TimerEventSubscription()
사용되지 않음.

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

TimerEventSubscription(Guid, DateTime)
사용되지 않음.

워크플로 인스턴스의 지정된 TimerEventSubscription와 지정된 만료 Guid을 사용하여 DateTime 클래스의 새 인스턴스를 초기화합니다.

TimerEventSubscription(Guid, Guid, DateTime)
사용되지 않음.

지정된 구독 ID, 워크플로 인스턴스의 지정된 TimerEventSubscription 및 지정된 만료 Guid을 사용하여 DateTime 클래스의 새 인스턴스를 초기화합니다.

속성

ExpiresAt
사용되지 않음.

이 구독과 연결된 타이머의 예상 만료 시간을 가져옵니다.

QueueName
사용되지 않음.

타이머 구독 신청이 만료될 때 WorkflowQueue이 메시지를 보내는 WorkflowRuntime의 이름을 나타냅니다.

SubscriptionId
사용되지 않음.

타이머 이벤트를 나타내는 고유 식별자입니다.

WorkflowInstanceId
사용되지 않음.

타이머 구독과 연결된 워크플로의 식별자입니다.

메서드

Equals(Object)
사용되지 않음.

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

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

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

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상