CallbackBehaviorAttribute.TransactionTimeout プロパティ

定義

トランザクションを完了する必要がある制限時間を取得または設定します。

public:
 property System::String ^ TransactionTimeout { System::String ^ get(); void set(System::String ^ value); };
public string TransactionTimeout { get; set; }
member this.TransactionTimeout : string with get, set
Public Property TransactionTimeout As String

プロパティ値

トランザクションが完了するか自動的に中止される制限時間を表す TimeSpan オブジェクト。 既定値は Zero です。

注釈

通常、この値はアプリケーション設定ファイルで設定されます。

適用対象