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 です。

注釈

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

適用対象