|
ServiceHelperSystemShutdown Event
|
Occurs when the system is being shutdown.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
Syntaxpublic event EventHandler SystemShutdown
Public Event SystemShutdown As EventHandler
public:
event EventHandler^ SystemShutdown {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member SystemShutdown : IEvent<EventHandler,
EventArgs>
function add_SystemShutdown(value);
function remove_SystemShutdown(value);
View SourceValue
EventHandler
See Also