| IBaseStationDatabaseUpdateSession Method  | 
            Updates the record for a session.
            
 
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid UpdateSession(
	BaseStationSession session
)
Sub UpdateSession ( 
	session As BaseStationSession
)
void UpdateSession(
	BaseStationSession^ session
)
abstract UpdateSession : 
        session : BaseStationSession -> unit 
Parameters
- session
 - Type: VirtualRadar.Interface.DatabaseBaseStationSession
 
See Also