Click or drag to resize
IBaseStationDatabaseGetSessions Method
Returns all of the sessions from BaseStation's Sessions table.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IList<BaseStationSession> GetSessions()

Return Value

Type: IListBaseStationSession
See Also