Click or drag to resize
Akka.NETPersistenceIdRange Constructor
Initializes a new instance of the PersistenceIdRange 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 PersistenceIdRange(
	IEnumerable<string> persistenceIds
)

Parameters

persistenceIds
Type: System.Collections.GenericIEnumerableString
TBD
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified persistenceIds is undefined.
See Also