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

属性

適用対象