SessionOptions.IOTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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