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

Namespace:  Akka.Persistence.Journal
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
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