Click or drag to resize
Akka.NETDeleteMessagesSuccess Constructor
Initializes a new instance of the DeleteMessagesSuccess class.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public DeleteMessagesSuccess(
	long toSequenceNr
)

Parameters

toSequenceNr
Type: SystemInt64
Inclusive upper sequence number bound where a replay should end.
See Also