| WriteMessageSuccess Constructor |
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public WriteMessageSuccess(
IPersistentRepresentation persistent,
int actorInstanceId
)
new :
persistent : IPersistentRepresentation *
actorInstanceId : int -> WriteMessageSuccess
Parameters
- persistent
- Type: Akka.PersistenceIPersistentRepresentation
Successfully written message. - actorInstanceId
- Type: SystemInt32
TBD
See Also