Class TimeBaseServiceClientVba
Inheritance
System.Object
TimeBaseServiceClientVba
Implements
System.IDisposable
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public sealed class TimeBaseServiceClientVba : TimeBaseServiceClientBase, IAutomationServiceMethodHandlers<ITimeBaseService>, IDisposable, ITimeBaseServiceClient
Constructors
TimeBaseServiceClientVba()
Declaration
public TimeBaseServiceClientVba()
Methods
add_OnCursorPointChanged(TimeBaseServiceClientVba.OnCursorPointChangedDelegate)
Declaration
public void add_OnCursorPointChanged(TimeBaseServiceClientVba.OnCursorPointChangedDelegate value)
Parameters
add_OnTimeBaseChanged(TimeBaseServiceClientVba.OnTimeBaseChangedDelegate)
Declaration
public void add_OnTimeBaseChanged(TimeBaseServiceClientVba.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(TimeBaseServiceClientVba.OnCursorPointChangedDelegate)
Declaration
public void remove_OnCursorPointChanged(TimeBaseServiceClientVba.OnCursorPointChangedDelegate value)
Parameters
remove_OnTimeBaseChanged(TimeBaseServiceClientVba.OnTimeBaseChangedDelegate)
Declaration
public void remove_OnTimeBaseChanged(TimeBaseServiceClientVba.OnTimeBaseChangedDelegate value)
Parameters
Events
OnCursorPointChanged
Declaration
public event TimeBaseServiceClientVba.OnCursorPointChangedDelegate OnCursorPointChanged
Event Type
OnTimeBaseChanged
Declaration
public event TimeBaseServiceClientVba.OnTimeBaseChangedDelegate OnTimeBaseChanged
Event Type
Implements
System.IDisposable