SessionOptions.IOTimeout プロパティ

定義

ストアからのセッションの読み込み、またはストアに戻すコミットに対して許容される最大時間です。 これは非同期操作にのみ適用できることに注意してください。 このタイムアウトは、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

プロパティ値

適用対象