IBaseStationDatabaseUpdateSystemEvent Method |
Updates an existing SystemEvents record.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void UpdateSystemEvent(
BaseStationSystemEvents systemEvent
)
Sub UpdateSystemEvent (
systemEvent As BaseStationSystemEvents
)
void UpdateSystemEvent(
BaseStationSystemEvents^ systemEvent
)
abstract UpdateSystemEvent :
systemEvent : BaseStationSystemEvents -> unit
Parameters
- systemEvent
- Type: VirtualRadar.Interface.DatabaseBaseStationSystemEvents
See Also