Click or drag to resize
Akka.NETAtomicWrite Constructor (IPersistentRepresentation)
Initializes a new instance of the AtomicWrite class.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public AtomicWrite(
	IPersistentRepresentation event
)

Parameters

event
Type: Akka.PersistenceIPersistentRepresentation
TBD
See Also