Interface ISessionCursorService
This service allows user to interact with waveform cursor of the active session.
Namespace: MAT.Atlas.Client.Platform.Sessions
Assembly: MAT.Atlas.Client.Platform.dll
Syntax
public interface ISessionCursorService
Methods
MoveCursor(ICompositeSession, Int64)
Move waveform cursor to the specified timestamp.
Declaration
void MoveCursor(ICompositeSession compositeSession, long timestamp)
Parameters
Type | Name | Description |
---|---|---|
ICompositeSession | compositeSession | Composite session. |
System.Int64 | timestamp | New cursor timestamp. |
MoveCursor(CompositeSessionKey, Int64)
Move waveform cursor to the specified timestamp.
Declaration
void MoveCursor(CompositeSessionKey compositeSessionKey, long timestamp)
Parameters
Type | Name | Description |
---|---|---|
CompositeSessionKey | compositeSessionKey | Composite session key. |
System.Int64 | timestamp | New cursor timestamp. |