| IBaseStationDatabaseGetSystemEvents Method  | 
            Returns the entire content of the SystemEvents table.
            
 
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIList<BaseStationSystemEvents> GetSystemEvents()
Function GetSystemEvents As IList(Of BaseStationSystemEvents)
IList<BaseStationSystemEvents^>^ GetSystemEvents()
abstract GetSystemEvents : unit -> IList<BaseStationSystemEvents> 
Return Value
Type: 
IListBaseStationSystemEvents
See Also