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