AsyncWcfLib

WcfApplication.ExitHandler Delegate

The eventhandler type raised at application end.

public delegate void ExitHandler(
   CloseType closeType,
   ref bool goExit
);

Parameters

closeType
Application close reason
goExit
May be set to true in order to terminate an application interrupted by CTRL+C. Is already true, when the application may not be continued.

Requirements

Namespace: SourceForge.AsyncWcfLib

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

See Also

SourceForge.AsyncWcfLib Namespace