Click or drag to resize
ILogDatabaseUpdateSession Method
Writes the session record passed across back to the database.

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

Parameters

session
Type: VirtualRadar.Interface.DatabaseLogSession
See Also