[This is preliminary documentation and is subject to change.]
Gets a value indicating that this session is Ending.
| C# |
public bool SessionIsEnding { get; internal set; }
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.