Click or drag to resize
Akka.NETMemoryJournalDelete Method
TBD

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

Parameters

pid
Type: SystemString
TBD
seqNr
Type: SystemInt64
TBD

Return Value

Type: IDictionaryString, LinkedListIPersistentRepresentation
TBD
See Also