共用方式為


WorkflowTransactionOptions.TimeoutDuration 屬性

定義

取得或設定 TimeSpan,它代表交易的逾時期間。

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

屬性值

TimeSpan

代表異動逾時期間的 TimeSpan

屬性

適用於