This enum provides reasons the current logon session may be ending.
[Visual Basic] Public Enum SessionEndReasons [C#] public enum SessionEndReasons [C++] public enum SessionEndReasons
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Logoff | The user is logging off. The system may continue running but the user who started this application is logging off. |
SystemShutdown | The system is shutting down. |
Namespace: System.Core
Assembly: System.dll