Show / Hide Table of Contents

Class SessionStartTimeChangedEventArgs

Event fired when Session Start Time is updated to a value earlier than the current start time

Inheritance
System.Object
SessionStartTimeChangedEventArgs
Namespace: MESL.SqlRace.Domain.Infrastructure.DataProviders
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class SessionStartTimeChangedEventArgs : EventArgs

Constructors

SessionStartTimeChangedEventArgs()

Declaration
public SessionStartTimeChangedEventArgs()

Properties

StartTime

Gets or sets the Session Start Time.

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

The new session start time.

Back to top Generated by DocFX