Click or drag to resize
Akka.NETMemoryJournalUpdate 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: SystemString
TBD
seqNr
Type: SystemInt64
TBD
updater
Type: SystemFuncIPersistentRepresentation, IPersistentRepresentation
TBD

Return Value

Type: IDictionaryString, LinkedListIPersistentRepresentation
TBD
See Also