Share via


ITimeoutOptions.Timeout 屬性

 

設定伺服器可以處理要求,以秒為單位花費的時間上限。 預設值為 30 秒。

命名空間:   Microsoft.Azure.Batch.Protocol.Models
組件:  Microsoft.Azure.Batch (在 Microsoft.Azure.Batch.dll 中)

語法

Nullable<int> Timeout { get; set; }
property Nullable<int> Timeout {
    Nullable<int> get();
    void set(Nullable<int> value);
}
abstract Timeout : Nullable<int> with get, set
Property Timeout As Nullable(Of Integer)

屬性值

Type: System.Nullable<Int32>

請參閱

ITimeoutOptions 介面
Microsoft.Azure.Batch.Protocol.Models 命名空間

回到頁首