Click or drag to resize
IBaseStationDatabaseInsertSession Method
Inserts a record in the Sessions table, setting SessionID to the identifier of the new record.

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

Parameters

session
Type: VirtualRadar.Interface.DatabaseBaseStationSession
See Also