Class SessionTimerange
Rapresent the information for a session with start and endtime
Inheritance
System.Object
SessionTimerange
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class SessionTimerange : Object
Constructors
SessionTimerange(SessionKey, Int64, Int64, Double)
Initializes a new instance of the SessionTimerange class.
Declaration
public SessionTimerange(SessionKey sessionKey, long startTime, long endTime, double maximumFrequency)
Parameters
| Type | Name | Description |
|---|---|---|
| MAT.OCS.Core.SessionKey | sessionKey | The session key. |
| System.Int64 | startTime | The start time. |
| System.Int64 | endTime | The end time. |
| System.Double | maximumFrequency | The maximum frequency across all channels |
Properties
EndTime
The end time
Declaration
public long EndTime { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
MaximumFrequency
The maximum frequency across all channels
Declaration
public double MaximumFrequency { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
SessionKey
The session key
Declaration
public SessionKey SessionKey { get; }
Property Value
| Type | Description |
|---|---|
| MAT.OCS.Core.SessionKey |
StartTime
The start time
Declaration
public long StartTime { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |