Click or drag to resize
IBaseStationDatabaseDeleteSession Method
Deletes the record for a session. This automatically deletes all flights associated with the session.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void DeleteSession(
	BaseStationSession session
)

Parameters

session
Type: VirtualRadar.Interface.DatabaseBaseStationSession
See Also