Click or drag to resize
ILogDatabaseFetchSessions Method
Fetches all sessions that start and end within the date range passed across.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void FetchSessions(
	IList<LogClient> clients,
	IList<LogSession> sessions,
	DateTime startTime,
	DateTime endTime
)

Parameters

clients
Type: System.Collections.GenericIListLogClient
sessions
Type: System.Collections.GenericIListLogSession
startTime
Type: SystemDateTime
endTime
Type: SystemDateTime
See Also