Click or drag to resize
Akka.NETMemoryJournal.Update 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>> Update(
	string pid,
	long seqNr,
	Func<IPersistentRepresentation, IPersistentRepresentation> updater
)

Parameters

pid
Type: System.String
TBD
seqNr
Type: System.Int64
TBD
updater
Type: System.Func<IPersistentRepresentation, IPersistentRepresentation>
TBD

Return Value

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