AsyncWcfLib

WcfApplication.CloseType Enumeration

An enumerated type sent to the ApplicationExit handler.

public enum CloseType

Members

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).

Requirements

Namespace: SourceForge.AsyncWcfLib

Assembly: SF.AsyncWcfLib (in SF.AsyncWcfLib.dll)

See Also

SourceForge.AsyncWcfLib Namespace