IBaseStationDatabaseInsertSystemEvent Method |
Inserts a new SystemEvents record and sets the SystemEventsID to the identifier of the new record.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void InsertSystemEvent(
BaseStationSystemEvents systemEvent
)
Sub InsertSystemEvent (
systemEvent As BaseStationSystemEvents
)
void InsertSystemEvent(
BaseStationSystemEvents^ systemEvent
)
abstract InsertSystemEvent :
systemEvent : BaseStationSystemEvents -> unit
Parameters
- systemEvent
- Type: VirtualRadar.Interface.DatabaseBaseStationSystemEvents
See Also