Click or drag to resize
IConnectionClientLogViewShowClientsAndSessions Method
Shows a list of clients and sessions to the user.

Namespace: VirtualRadar.Interface.View
Assembly: 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
)

Parameters

clients
Type: System.Collections.GenericIListLogClient
sessionMap
Type: System.Collections.GenericIDictionaryInt64, IListLogSession
See Also