Skip to content

Timestamped struct

Defined in

Namespace: System.Reactive Assembly: System.Reactive.dll Full name: System.Reactive.Timestamped<T> Modifiers: public sealed

Summary

        Represents value with a timestamp on it.
        The timestamp typically represents the time the value was received, using an IScheduler's clock to obtain the current time.
        

Applies to

netstandard2.0

Class hierarchy
classDiagram
class Timestamped~T~
class IEquatable~Timestamped~T~~ {
    <>
}
IEquatable~Timestamped~T~~ <|.. Timestamped~T~

Implements: IEquatable>

Constructors

NameSummary
.ctorConstructs a timestamped value.

Properties

NameSummary
ValueGets the value.
TimestampGets the timestamp.

Methods

NameSummary
DeconstructDeconstructs the timestamped value into a value and a timestamp.
EqualsDetermines whether the current [Timestamped](# value has the same [Value](# and...
GetHashCodeReturns the hash code for the current [Timestamped](# value.
ToStringReturns a string representation of the current [Timestamped](# value.

Operators

NameSummary
static op_EqualityDetermines whether the two specified [Timestamped](# values have the same [Value](# and...
static op_InequalityDetermines whether the two specified [Timestamped](# values don't have the same [Value](# and...