Class TimeBaseServiceClient
Inheritance
System.Object
TimeBaseServiceClient
Implements
System.IDisposable
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
add_OnTimeBaseChanged(TimeBaseServiceClient.OnTimeBaseChangedDelegate)
Declaration
public void add_OnTimeBaseChanged(TimeBaseServiceClient.OnTimeBaseChangedDelegate value)
Parameters
RaiseCursorPointChanged(Int64)
Declaration
protected override void RaiseCursorPointChanged(long point)
Parameters
Type |
Name |
Description |
System.Int64 |
point |
|
Overrides
RaiseTimeBaseChanged(Int64, Int64)
Declaration
protected override void RaiseTimeBaseChanged(long startTime, long endTime)
Parameters
Type |
Name |
Description |
System.Int64 |
startTime |
|
System.Int64 |
endTime |
|
Overrides
remove_OnCursorPointChanged(TimeBaseServiceClient.OnCursorPointChangedDelegate)
Declaration
public void remove_OnCursorPointChanged(TimeBaseServiceClient.OnCursorPointChangedDelegate value)
Parameters
remove_OnTimeBaseChanged(TimeBaseServiceClient.OnTimeBaseChangedDelegate)
Declaration
public void remove_OnTimeBaseChanged(TimeBaseServiceClient.OnTimeBaseChangedDelegate value)
Parameters
Events
OnCursorPointChanged
Declaration
public event TimeBaseServiceClient.OnCursorPointChangedDelegate OnCursorPointChanged
Event Type
OnTimeBaseChanged
Declaration
public event TimeBaseServiceClient.OnTimeBaseChangedDelegate OnTimeBaseChanged
Event Type
Implements
System.IDisposable