IBaseStationDatabaseDeleteSession Method |
Deletes the record for a session. This automatically deletes all flights associated with the session.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void DeleteSession(
BaseStationSession session
)
Sub DeleteSession (
session As BaseStationSession
)
void DeleteSession(
BaseStationSession^ session
)
abstract DeleteSession :
session : BaseStationSession -> unit
Parameters
- session
- Type: VirtualRadar.Interface.DatabaseBaseStationSession
See Also