Show / Hide Table of Contents

Class SQLRaceEvent

The event raised when the core gets initialized

Inheritance
System.Object
SQLRaceEvent
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class SQLRaceEvent : EventArgs

Constructors

SQLRaceEvent(SQLRaceEventType, String, Object)

An event generated by SQLRace that can needs to be notified to the API user

Declaration
public SQLRaceEvent(SQLRaceEventType sqlRaceEventType, string eventInfo, object eventPayload)
Parameters
Type Name Description
SQLRaceEventType sqlRaceEventType

The event type

System.String eventInfo

The event info

System.Object eventPayload

The payload

Properties

EventInfo

Gets the event information.

Declaration
public string EventInfo { get; }
Property Value
Type Description
System.String

The event information.

EventPayload

Gets the event payload.

Declaration
public object EventPayload { get; }
Property Value
Type Description
System.Object

The event payload.

SqlRaceEventType

An event generated by SQLRace that can be used by the API user

Declaration
public SQLRaceEventType SqlRaceEventType { get; }
Property Value
Type Description
SQLRaceEventType
Back to top Generated by DocFX