|   | Shutdown | 
 Inheritance Hierarchy
Inheritance Hierarchy
         Syntax
SyntaxThe ShutdownHandler type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | HasShutdown | Gets if this process has already shut down. | 
|   | IsShuttingDown | Gets if this process is shutting down. | 
 Methods
Methods| 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. | 
 See Also
See Also