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

備註

這個值通常是設定在應用程式組態檔中。

適用於