Click or drag to resize
ILogDatabaseEstablishSession Method
Creates a new session record for the IP address passed across.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
LogSession EstablishSession(
	string ipAddress,
	string userName
)

Parameters

ipAddress
Type: SystemString
userName
Type: SystemString

Return Value

Type: LogSession
See Also