Click or drag to resize
Akka.NETWriteMessageSuccess Constructor
Initializes a new instance of the WriteMessageSuccess class.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public WriteMessageSuccess(
	IPersistentRepresentation persistent,
	int actorInstanceId
)

Parameters

persistent
Type: Akka.PersistenceIPersistentRepresentation
Successfully written message.
actorInstanceId
Type: SystemInt32
TBD
See Also