DelayActivity.TimeoutDuration 屬性

定義

它能取得或設定工作流程延遲的持續時間。

public:
 property TimeSpan TimeoutDuration { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.DelayActivity+TimeoutDurationConverter))]
public TimeSpan TimeoutDuration { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.DelayActivity+TimeoutDurationConverter))>]
member this.TimeoutDuration : TimeSpan with get, set
Public Property TimeoutDuration As TimeSpan

屬性值

A TimeSpan 表示工作流程延遲的長度。

屬性

備註

此屬性中設定的時間範圍決定了工作流程在進入下一個活動前會閒置的時間。

適用於