ILogDatabaseUpdateSession Method |
Writes the session record passed across back to the database.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void UpdateSession(
LogSession session
)
Sub UpdateSession (
session As LogSession
)
void UpdateSession(
LogSession^ session
)
abstract UpdateSession :
session : LogSession -> unit
Parameters
- session
- Type: VirtualRadar.Interface.DatabaseLogSession
See Also