ILogDatabaseFetchSessions Method |
Fetches all sessions that start and end within the date range passed across.
Namespace: VirtualRadar.Interface.DatabaseAssembly: 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
)
Sub FetchSessions (
clients As IList(Of LogClient),
sessions As IList(Of LogSession),
startTime As DateTime,
endTime As DateTime
)
void FetchSessions(
IList<LogClient^>^ clients,
IList<LogSession^>^ sessions,
DateTime startTime,
DateTime endTime
)
abstract FetchSessions :
clients : IList<LogClient> *
sessions : IList<LogSession> *
startTime : DateTime *
endTime : DateTime -> unit
Parameters
- clients
- Type: System.Collections.GenericIListLogClient
- sessions
- Type: System.Collections.GenericIListLogSession
- startTime
- Type: SystemDateTime
- endTime
- Type: SystemDateTime
See Also