SessionOptions.IOTimeout Property

Definition

The maximum amount of time allowed to load a session from the store or to commit it back to the store. Note this may only apply to asynchronous operations. This timeout can be disabled using 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

Property Value

Applies to