Click or drag to resize
Akka.NETMemoryJournal.Delete Method
TBD

Namespace:  Akka.Persistence.Journal
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public IDictionary<string, LinkedList<IPersistentRepresentation>> Delete(
	string pid,
	long seqNr
)

Parameters

pid
Type: System.String
TBD
seqNr
Type: System.Int64
TBD

Return Value

Type: IDictionary<String, LinkedList<IPersistentRepresentation>>
TBD
See Also