ILogDatabaseEstablishSession Method |
Creates a new session record for the IP address passed across.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax LogSession EstablishSession(
string ipAddress,
string userName
)
Function EstablishSession (
ipAddress As String,
userName As String
) As LogSession
LogSession^ EstablishSession(
String^ ipAddress,
String^ userName
)
abstract EstablishSession :
ipAddress : string *
userName : string -> LogSession
Parameters
- ipAddress
- Type: SystemString
- userName
- Type: SystemString
Return Value
Type:
LogSessionSee Also