The StringCommandTimeLine type exposes the following members.

Constructors

  NameDescription
Public methodStringCommandTimeLine
Create a new instance of a StringCommandTimeLine object and subscribe to updates for that time line

Methods

  NameDescription
Protected methodByteArrayToValue
Protected methodCommandAfter
Returns the element following his one.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)
Protected methodCommandAt
Returns the value at time t, if there is one; otherwise returns null.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)
Protected methodCommandBefore
Returns the element with latest time before the given time. Returns null is there is no such element.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)
Protected methodCommandBeforeAt
Returns the element with latest time before or at the given time. Returns null is there is no such element.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)
Public methodDisconnect
Disconnects the time line from the subscription list
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet
Returns a value for the given time. Producing this value may require interpolation or extrapolation.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange
Returns a list of commands for the given time range.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)
Public methodGetType (Inherited from Object.)
Public methodLookForEvents
There is a new connection, no need to do anything for commands
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNextTime
Returns the next ground time after the given time. If there is no future ground time, returns t.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)
Public methodPrevTime
Returns the next ground time before the given time. If there is no past ground time, returns t.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)
Public methodReconnect
Adds an existing stream to the subscription list
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)
Public methodSend
Sends the value of the time line at time t, without setting locally
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)
Public methodSet(Int32, ValueType)
Sets the value of the time line at time t. Any previously set values later than t are removed.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)
Public methodSet(Int32, ValueType, Boolean)
Sets the value of the stream at time t. Any previously set values later than t are removed.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)
Public methodSetFromRemote
Used to update a value from a remote stream. The remote time is in real time, not relative time, so must be converted to relative time before saving.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)
Public methodSetId
Set the unique id for the timeline
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)
Public methodToString (Inherited from Object.)
Protected methodValueToByteArray

Fields

  NameDescription
Public fieldName
Name of the command time line
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)

Properties

  NameDescription
Public propertyMaximumLength
Maximum number of values to store in the command time line
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)

Events

  NameDescription
Public eventCommand
Create an event based on the CommandHandler delegate
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.)

See Also