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
属性

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

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)

適用対象