Interface IApplicationCallbackServiceClient
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
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
OnSessionLoaded(SessionLoaded)
Declaration
void OnSessionLoaded(SessionLoaded sessionLoaded)
Parameters
OnSessionRemoved(SessionRemoved)
Declaration
void OnSessionRemoved(SessionRemoved sessionRemoved)
Parameters
OnTelemetryStarted(TelemetryMapping)
Declaration
void OnTelemetryStarted(TelemetryMapping telemetryMapping)
Parameters
OnTelemetryStopped(TelemetryMapping)
Declaration
void OnTelemetryStopped(TelemetryMapping telemetryMapping)
Parameters