ILogDatabaseFetchAll Method |
Fetches the entire log.
Namespace: VirtualRadar.Interface.DatabaseAssembly: 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
)
Sub FetchAll (
clients As IList(Of LogClient),
sessionsMap As IDictionary(Of Long, IList(Of LogSession))
)
void FetchAll(
IList<LogClient^>^ clients,
IDictionary<long long, IList<LogSession^>^>^ sessionsMap
)
abstract FetchAll :
clients : IList<LogClient> *
sessionsMap : IDictionary<int64, IList<LogSession>> -> unit
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