The StringCommandTimeLine type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | StringCommandTimeLine |
Create a new instance of a StringCommandTimeLine object
and subscribe to updates for that time line
|
Methods
Name | Description | |
---|---|---|
![]() | ByteArrayToValue | (Overrides CommandTimeLine<(Of <(<'ValueType>)>)>..::..ByteArrayToValue(array<Byte>[]()[][]).) |
![]() | CommandAfter |
Returns the element following his one.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.) |
![]() | CommandAt |
Returns the value at time t, if there is one; otherwise returns null.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.) |
![]() | CommandBefore |
Returns the element with latest time before the given time. Returns null is there is no
such element.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.) |
![]() | CommandBeforeAt |
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>)>)>.) |
![]() | Disconnect |
Disconnects the time line from the subscription list
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | Get |
Returns a value for the given time. Producing this value may require interpolation
or extrapolation.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetRange |
Returns a list of commands for the given time range.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.) |
![]() | GetType | (Inherited from Object.) |
![]() | LookForEvents |
There is a new connection, no need to do anything for commands
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | NextTime |
Returns the next ground time after the given time.
If there is no future ground time, returns t.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.) |
![]() | PrevTime |
Returns the next ground time before the given time.
If there is no past ground time, returns t.
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.) |
![]() | Reconnect |
Adds an existing stream to the subscription list
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.) |
![]() | Send |
Sends the value of the time line at time t, without setting locally
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.) |
![]() | Set(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>)>)>.) |
![]() | Set(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>)>)>.) |
![]() | SetFromRemote |
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>)>)>.) |
![]() | SetId |
Set the unique id for the timeline
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.) |
![]() | ToString | (Inherited from Object.) |
![]() | ValueToByteArray | (Overrides CommandTimeLine<(Of <(<'ValueType>)>)>..::..ValueToByteArray(ValueType).) |
Fields
Name | Description | |
---|---|---|
![]() | Name |
Name of the command time line
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.) |
Properties
Name | Description | |
---|---|---|
![]() | MaximumLength |
Maximum number of values to store in the command time line
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.) |
Events
Name | Description | |
---|---|---|
![]() | Command |
Create an event based on the CommandHandler delegate
(Inherited from CommandTimeLine<(Of <(<'ValueType>)>)>.) |