Show / Hide Table of Contents

Interface IApplicationCallbackServiceClient

Namespace: MAT.Atlas.Automation.Client.Services.Interface
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public interface IApplicationCallbackServiceClient

Methods

OnClientConnected(String)

Declaration
void OnClientConnected(string clientName)
Parameters
Type Name Description
System.String clientName

OnExit()

Declaration
void OnExit()

OnMessageReceived(String)

Declaration
void OnMessageReceived(string message)
Parameters
Type Name Description
System.String message

OnNewLap(NewLap)

Declaration
void OnNewLap(NewLap newLap)
Parameters
Type Name Description
NewLap newLap

OnNewSessionEvent(NewSessionEvent)

Declaration
void OnNewSessionEvent(NewSessionEvent newSessionEvent)
Parameters
Type Name Description
NewSessionEvent newSessionEvent

OnSessionLoaded(SessionLoaded)

Declaration
void OnSessionLoaded(SessionLoaded sessionLoaded)
Parameters
Type Name Description
SessionLoaded sessionLoaded

OnSessionRemoved(SessionRemoved)

Declaration
void OnSessionRemoved(SessionRemoved sessionRemoved)
Parameters
Type Name Description
SessionRemoved sessionRemoved

OnTelemetryStarted(TelemetryMapping)

Declaration
void OnTelemetryStarted(TelemetryMapping telemetryMapping)
Parameters
Type Name Description
TelemetryMapping telemetryMapping

OnTelemetryStopped(TelemetryMapping)

Declaration
void OnTelemetryStopped(TelemetryMapping telemetryMapping)
Parameters
Type Name Description
TelemetryMapping telemetryMapping
In This Article
Back to top Generated by DocFX