IConnectionSessionLogViewShowSessions Method |
Displays the sessions passed across to the user.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void ShowSessions(
IEnumerable<LogClient> clients,
IEnumerable<LogSession> sessions
)
Sub ShowSessions (
clients As IEnumerable(Of LogClient),
sessions As IEnumerable(Of LogSession)
)
void ShowSessions(
IEnumerable<LogClient^>^ clients,
IEnumerable<LogSession^>^ sessions
)
abstract ShowSessions :
clients : IEnumerable<LogClient> *
sessions : IEnumerable<LogSession> -> unit
Parameters
- clients
- Type: System.Collections.GenericIEnumerableLogClient
- sessions
- Type: System.Collections.GenericIEnumerableLogSession
See Also