Click or drag to resize
IPluginShutdown Method
Called by VRS when the program is closing down, before the web server etc. have been destroyed. This may be called on a background thread, do not make GUI calls from within here.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Shutdown()
Remarks
The plugin should use this method to release any resources that it has held onto for the duration of the program, close any open files, shut down background threads etc.
See Also