IConnectionClientLogViewShowClientsAndSessions Method |
Shows a list of clients and sessions to the user.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void ShowClientsAndSessions(
IList<LogClient> clients,
IDictionary<long, IList<LogSession>> sessionMap
)
Sub ShowClientsAndSessions (
clients As IList(Of LogClient),
sessionMap As IDictionary(Of Long, IList(Of LogSession))
)
void ShowClientsAndSessions(
IList<LogClient^>^ clients,
IDictionary<long long, IList<LogSession^>^>^ sessionMap
)
abstract ShowClientsAndSessions :
clients : IList<LogClient> *
sessionMap : IDictionary<int64, IList<LogSession>> -> unit
Parameters
- clients
- Type: System.Collections.GenericIListLogClient
- sessionMap
- Type: System.Collections.GenericIDictionaryInt64, IListLogSession
See Also