Interface ISessionSummaryService
Obtain session information service.
Namespace: MAT.Atlas.Client.Platform.Sessions
Assembly: MAT.Atlas.Client.Platform.dll
Syntax
public interface ISessionSummaryService
Methods
GetSessionSummary(SessionKey)
Fetches session summary by looking for a matchinge session in all data sources (database and indexed files).
Declaration
ISessionSummary GetSessionSummary(SessionKey sessionKey)
Parameters
Type | Name | Description |
---|---|---|
SessionKey | sessionKey | SessionKey |
Returns
Type | Description |
---|---|
ISessionSummary | Session summary object ISessionSummary. |