Show / Hide Table of Contents

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)

Initializes a new instance of the SessionTimerange class.

Declaration
public SessionTimerange(SessionKey sessionKey, long startTime, long endTime)
Parameters
Type Name Description
MAT.OCS.Core.SessionKey sessionKey

The session key.

System.Int64 startTime

The start time.

System.Int64 endTime

The end time.

Properties

EndTime

The end time

Declaration
public long EndTime { get; }
Property Value
Type Description
System.Int64

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
Back to top Generated by DocFX