Class SessionTimstampsSegment
Rapresent atimestamp request for a particular session
Inheritance
System.Object
    SessionTimstampsSegment
  Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class SessionTimstampsSegment : Object
  Constructors
SessionTimstampsSegment(SessionKey, ArraySegment<Int64>)
Declaration
public SessionTimstampsSegment(SessionKey sessionKey, ArraySegment<long> arraySegment)
  Parameters
| Type | Name | Description | 
|---|---|---|
| MAT.OCS.Core.SessionKey | sessionKey | |
| System.ArraySegment<System.Int64> | arraySegment | 
Properties
SessionKey
Gets or sets the session key.
Declaration
public SessionKey SessionKey { get; }
  Property Value
| Type | Description | 
|---|---|
| MAT.OCS.Core.SessionKey | The session key.  | 
      
TimestampsSegment
Gets or sets the timestamps segment.
Declaration
public ArraySegment<long> TimestampsSegment { get; }
  Property Value
| Type | Description | 
|---|---|
| System.ArraySegment<System.Int64> | The timestamps segment.  |