Click or drag to resize
Akka.NETDeleteMessagesTo Constructor
Initializes a new instance of the DeleteMessagesTo class.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public DeleteMessagesTo(
	string persistenceId,
	long toSequenceNr,
	IActorRef persistentActor
)

Parameters

persistenceId
Type: SystemString
Requesting persistent actor id.
toSequenceNr
Type: SystemInt64
Sequence number where replay should end (inclusive).
persistentActor
Type: Akka.ActorIActorRef
Requesting persistent actor.
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified persistenceId is undefined.
See Also