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.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax abstract Shutdown : unit -> unit
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