SessionOptions.IOTimeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從存放區載入工作階段,或將它認可回到存放區時,所允許的時間長度上限。 請注意,這可能只適用於非同步作業。 您可以使用 停用 InfiniteTimeSpan 此逾時。
public:
property TimeSpan IOTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan IOTimeout { get; set; }
member this.IOTimeout : TimeSpan with get, set
Public Property IOTimeout As TimeSpan