An enumerated type sent to the ApplicationExit handler.
| Member Name | Description |
|---|---|
| CtrlC | CTRL+C Key pressed on Windows console or Unix terminal. Default is application continuation. |
| CtrlBreak | Windows only: CTRL+BREAK Key pressed, default is application continuation. |
| CloseEvent | Hosting Windows console or Unix terminal is closed or process is stopped from task manager or system monitor. Application must exit. |
| LogoffEvent | Windows only: User logs off. Application must exit. |
| ShutdownEvent | Windows only: System shutdown. Application must exit. |
| ApplicationEnd | Programmed application exit. |
| ApplicationError | Application exit after unhandled exception. User may have choosen to exit the application (Windows or Unix). |
Namespace: SourceForge.AsyncWcfLib
Assembly: SF.AsyncWcfLib (in SF.AsyncWcfLib.dll)
SourceForge.AsyncWcfLib Namespace