Click or drag to resize
Akka.NETAtomicWrite Constructor (IImmutableList`1IPersistentRepresentation)
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(
	IImmutableList<IPersistentRepresentation> payload
)

Parameters

payload
Type: IImmutableListIPersistentRepresentation
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when either the specified payload is empty or the specified payload contains messages from different PersistenceId.
ArgumentNullException This exception is thrown when the specified payload is undefined.
See Also