Click or drag to resize
IBaseStationDatabaseInsertSystemEvent Method
Inserts a new SystemEvents record and sets the SystemEventsID to the identifier of the new record.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void InsertSystemEvent(
	BaseStationSystemEvents systemEvent
)

Parameters

systemEvent
Type: VirtualRadar.Interface.DatabaseBaseStationSystemEvents
See Also