Click or drag to resize
Akka.NETIPersistentRepresentationWriterGuid Property
Unique identifier of the writing persistent actor. Used to detect anomalies with overlapping writes from multiple persistent actors, which can result in inconsistent replays.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
string WriterGuid { get; }

Property Value

Type: String
See Also