Table of Contents

Class ValueAndTimestamp<V, TJVMV>

Namespace
MASES.KNet.Streams.State
Assembly
MASES.KNet.dll

KNet Implementation of ValueAndTimestamp<V>

public class ValueAndTimestamp<V, TJVMV> : IKNetInnerReference<ValueAndTimestamp<TJVMV>>, IGenericSerDesFactoryApplier, IDisposable

Type Parameters

V

The value type

TJVMV

The JVM type of V

Inheritance
ValueAndTimestamp<V, TJVMV>
Implements

Properties

DateTime

public DateTime DateTime { get; }

Property Value

DateTime

DateTime

InnerReference

The underlying inner reference used from KNet object instance

public ValueAndTimestamp<TJVMV> InnerReference { get; }

Property Value

ValueAndTimestamp<TJVMV>

Timestamp

public long Timestamp { get; }

Property Value

long

long

Value

public V Value { get; }

Property Value

V

V

Methods

CheckDisposed()

Test if this instance was disposed

protected void CheckDisposed()

Exceptions

ObjectDisposedException

When this instance was disposed

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

The disposing parameter is a bool that indicates whether the method call comes from a Dispose() method (its value is true) or from a finalizer (its value is false)