NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SessionEndReasons Enumeration

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.

Members

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.

Requirements

Namespace: System.Core

Assembly: System.dll

See Also

System.Core Namespace