Click or drag to resize
ILogDatabaseFetchAll Method
Fetches the entire log.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void FetchAll(
	IList<LogClient> clients,
	IDictionary<long, IList<LogSession>> sessionsMap
)

Parameters

clients
Type: System.Collections.GenericIListLogClient
sessionsMap
Type: System.Collections.GenericIDictionaryInt64, IListLogSession
A map of client ID to all sessions for the client.
See Also