Shutdown
|
The ShutdownHandler type exposes the following members.
Name | Description | |
---|---|---|
HasShutdown | Gets if this process has already shut down. | |
IsShuttingDown | Gets if this process is shutting down. |
Name | Description | |
---|---|---|
Initialize | Initializes the shutdown handler. This is recommended to put in main loop of the program, but it is not critical. | |
InitiateSafeShutdown | Requests that certain components initiate a safe shutdown. | |
TryRegisterCallback | Attempts Registers a callback that will be called when the application is shutdown. |