Show / Hide Table of Contents

Class TimeBaseServiceClient

Inheritance
System.Object
AutomationServiceClientBase<ITimeBaseService>
AutomationServiceClientWithCallbackBase<ITimeBaseService, ITimeBaseCallbackService>
TimeBaseServiceClientBase
TimeBaseServiceClient
Implements
IAutomationServiceMethodHandlers<ITimeBaseService>
System.IDisposable
ITimeBaseServiceClient
Inherited Members
TimeBaseServiceClientBase.GetTimeBase(ObjectId)
TimeBaseServiceClientBase.SetCursor(ObjectId, Int64)
TimeBaseServiceClientBase.SetCursorToDistance(ObjectId, Double)
TimeBaseServiceClientBase.SetCursorToDistanceIntoLap(ObjectId, Double, Int16)
TimeBaseServiceClientBase.SetCursorVba(ObjectId, Double)
TimeBaseServiceClientBase.SetTimeBase(ObjectId, Int64, Int64)
TimeBaseServiceClientBase.SetTimeBaseByLap(ObjectId, Int16)
TimeBaseServiceClientBase.SetTimeBaseByLaps(ObjectId, Int16, Int16)
TimeBaseServiceClientBase.SetTimeBaseFastestLap(ObjectId)
TimeBaseServiceClientBase.SetTimeBaseVba(ObjectId, Double, Double)
TimeBaseServiceClientBase.SubscribeTimeBaseChanged(ObjectId)
TimeBaseServiceClientBase.UnsubscribeTimeBaseChanged(ObjectId)
TimeBaseServiceClientBase.GetAutomationCallbackService()
TimeBaseServiceClientBase.OnDisposeManagedResources()
AutomationServiceClientWithCallbackBase<ITimeBaseService, ITimeBaseCallbackService>.GetAutomationCallbackService()
AutomationServiceClientWithCallbackBase<ITimeBaseService, ITimeBaseCallbackService>.GetAutomationService()
AutomationServiceClientBase<ITimeBaseService>.Call(Action<ITimeBaseService>, Action, Action<Exception>)
AutomationServiceClientBase<ITimeBaseService>.Call<TResult>(Func<ITimeBaseService, TResult>, Action<TResult>, Action<Exception>)
AutomationServiceClientBase<ITimeBaseService>.Dispose()
AutomationServiceClientBase<ITimeBaseService>.IsConnected()
AutomationServiceClientBase<ITimeBaseService>.Dispose(Boolean)
AutomationServiceClientBase<ITimeBaseService>.GetAutomationService()
AutomationServiceClientBase<ITimeBaseService>.OnDisposeUnmanagedResources()
AutomationServiceClientBase<ITimeBaseService>.Finalize()
AutomationServiceClientBase<ITimeBaseService>.AutomationService
Namespace: MAT.Atlas.Automation.Client.Services
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public sealed class TimeBaseServiceClient : TimeBaseServiceClientBase, IAutomationServiceMethodHandlers<ITimeBaseService>, IDisposable, ITimeBaseServiceClient

Constructors

TimeBaseServiceClient(ObjectId)

Declaration
public TimeBaseServiceClient(ObjectId timeBaseId)
Parameters
Type Name Description
ObjectId timeBaseId

Methods

add_OnCursorPointChanged(TimeBaseServiceClient.OnCursorPointChangedDelegate)

Declaration
public void add_OnCursorPointChanged(TimeBaseServiceClient.OnCursorPointChangedDelegate value)
Parameters
Type Name Description
TimeBaseServiceClient.OnCursorPointChangedDelegate value

add_OnTimeBaseChanged(TimeBaseServiceClient.OnTimeBaseChangedDelegate)

Declaration
public void add_OnTimeBaseChanged(TimeBaseServiceClient.OnTimeBaseChangedDelegate value)
Parameters
Type Name Description
TimeBaseServiceClient.OnTimeBaseChangedDelegate value

RaiseCursorPointChanged(Int64)

Declaration
protected override void RaiseCursorPointChanged(long point)
Parameters
Type Name Description
System.Int64 point
Overrides
TimeBaseServiceClientBase.RaiseCursorPointChanged(Int64)

RaiseTimeBaseChanged(Int64, Int64)

Declaration
protected override void RaiseTimeBaseChanged(long startTime, long endTime)
Parameters
Type Name Description
System.Int64 startTime
System.Int64 endTime
Overrides
TimeBaseServiceClientBase.RaiseTimeBaseChanged(Int64, Int64)

remove_OnCursorPointChanged(TimeBaseServiceClient.OnCursorPointChangedDelegate)

Declaration
public void remove_OnCursorPointChanged(TimeBaseServiceClient.OnCursorPointChangedDelegate value)
Parameters
Type Name Description
TimeBaseServiceClient.OnCursorPointChangedDelegate value

remove_OnTimeBaseChanged(TimeBaseServiceClient.OnTimeBaseChangedDelegate)

Declaration
public void remove_OnTimeBaseChanged(TimeBaseServiceClient.OnTimeBaseChangedDelegate value)
Parameters
Type Name Description
TimeBaseServiceClient.OnTimeBaseChangedDelegate value

Events

OnCursorPointChanged

Declaration
public event TimeBaseServiceClient.OnCursorPointChangedDelegate OnCursorPointChanged
Event Type
Type Description
TimeBaseServiceClient.OnCursorPointChangedDelegate

OnTimeBaseChanged

Declaration
public event TimeBaseServiceClient.OnTimeBaseChangedDelegate OnTimeBaseChanged
Event Type
Type Description
TimeBaseServiceClient.OnTimeBaseChangedDelegate

Implements

IAutomationServiceMethodHandlers<TAutomationService>
System.IDisposable
ITimeBaseServiceClient
In This Article
Back to top Generated by DocFX