CallbackBehaviorAttribute.TransactionTimeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定異動必須完成的期間。
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。
備註
這個值通常是設定在應用程式組態檔中。