TimerEventSubscription 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 TimerEventSubscription 類別的新執行個體。
多載
TimerEventSubscription() |
初始化 TimerEventSubscription 類別的新執行個體。 |
TimerEventSubscription(Guid, DateTime) |
使用工作流程執行個體的指定 TimerEventSubscription 和指定的到期 Guid,初始化 DateTime 類別的新執行個體。 |
TimerEventSubscription(Guid, Guid, DateTime) |
使用指定的訂閱 ID、工作流程執行個體的指定 TimerEventSubscription 與指定的到期 Guid,初始化 DateTime 類別的新執行個體 |
TimerEventSubscription()
初始化 TimerEventSubscription 類別的新執行個體。
protected:
TimerEventSubscription();
protected TimerEventSubscription ();
Protected Sub New ()
適用於
TimerEventSubscription(Guid, DateTime)
使用工作流程執行個體的指定 TimerEventSubscription 和指定的到期 Guid,初始化 DateTime 類別的新執行個體。
public:
TimerEventSubscription(Guid workflowInstanceId, DateTime expiresAt);
public TimerEventSubscription (Guid workflowInstanceId, DateTime expiresAt);
new System.Workflow.Runtime.TimerEventSubscription : Guid * DateTime -> System.Workflow.Runtime.TimerEventSubscription
Public Sub New (workflowInstanceId As Guid, expiresAt As DateTime)
參數
備註
下表顯示 TimerEventSubscription 執行個體的初始屬性值。
屬性 | 值 |
---|---|
QueueName | Guid 之系統提供的 SubscriptionId 的字串表示。 |
SubscriptionId | 系統提供的 Guid。 |
WorkflowInstanceId |
Guid 指定之工作流程執行個體的 workflowInstanceId 。 |
ExpiresAt |
DateTime 指定的 expiresAt 。 |
這個建構函式將 QueueName 初始化為 SubscriptionId 的字串表示。
適用於
TimerEventSubscription(Guid, Guid, DateTime)
使用指定的訂閱 ID、工作流程執行個體的指定 TimerEventSubscription 與指定的到期 Guid,初始化 DateTime 類別的新執行個體
public:
TimerEventSubscription(Guid timerId, Guid workflowInstanceId, DateTime expiresAt);
public TimerEventSubscription (Guid timerId, Guid workflowInstanceId, DateTime expiresAt);
new System.Workflow.Runtime.TimerEventSubscription : Guid * Guid * DateTime -> System.Workflow.Runtime.TimerEventSubscription
Public Sub New (timerId As Guid, workflowInstanceId As Guid, expiresAt As DateTime)
參數
備註
下表顯示 TimerEventSubscription 執行個體的初始屬性值。
屬性 | 值 |
---|---|
QueueName |
Guid 指定之 timerId 的字串表示。 |
SubscriptionId |
Guid 指定的 timerId 。 |
WorkflowInstanceId |
Guid 指定之工作流程執行個體的 workflowInstanceId 。 |
ExpiresAt |
DateTime 指定的 expiresAt 。 |
這個建構函式將 QueueName 初始化為 timerId
的字串表示。