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。
備註
此值通常設定在應用程式設定檔中。