Click or drag to resize
IConnectionSessionLogViewShowSessions Method
Displays the sessions passed across 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 ShowSessions(
	IEnumerable<LogClient> clients,
	IEnumerable<LogSession> sessions
)

Parameters

clients
Type: System.Collections.GenericIEnumerableLogClient
sessions
Type: System.Collections.GenericIEnumerableLogSession
See Also