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
특성

설명

메모

이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은 Windows Workflow Foundation 4.5 참조하세요.

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

생성자

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

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

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

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

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

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

속성

Name Description
ExpiresAt
사용되지 않음.

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

QueueName
사용되지 않음.

타이머 구독이 만료되는 WorkflowQueue 시점으로 메시지를 보내는 이름을 WorkflowRuntime 나타냅니다.

SubscriptionId
사용되지 않음.

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

WorkflowInstanceId
사용되지 않음.

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

메서드

Name Description
Equals(Object)
사용되지 않음.

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

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

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

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상