Persistate API documentation
SessionIsEnding Property
NamespacesPersistateSessionSessionIsEnding

[This is preliminary documentation and is subject to change.]

Gets a value indicating that this session is Ending.
Declaration Syntax
C#
public bool SessionIsEnding { get; internal set; }
Remarks
THis becomes true when the standard Exit operation is executed, or can be set pre-emptively by the Server. When this is true, all further Operation requests will result in an exception.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)