Data sources can be queried to determine which sessions they contain.
The following code will query a specific data source, returning a list of ISessionSummary objects which hold information about a session. The connectionString can be determined from the IDataConnection returned when querying for connections.
IList<ISessionSummary> sessionSummaries = sessionQueryService.LoadSessionSummaries(connectionString);
Comments
0 comments
Please sign in to leave a comment.