Click or drag to resize
Akka.NETTimestampRange Constructor
Initializes a new instance of the TimestampRange class.

Namespace:  Akka.Persistence.Sql.Common.Queries
Assembly:  Akka.Persistence.Sql.Common (in Akka.Persistence.Sql.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TimestampRange(
	Nullable<long> from,
	Nullable<long> to
)

Parameters

from
Type: SystemNullableInt64
TBD
to
Type: SystemNullableInt64
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when either the specified from or to do not contain a value. It is also thrown if from is greater than to.
See Also