| UnconfirmedDelivery Constructor |
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public UnconfirmedDelivery(
long deliveryId,
ActorPath destination,
Object message
)
new :
deliveryId : int64 *
destination : ActorPath *
message : Object -> UnconfirmedDelivery
Parameters
- deliveryId
- Type: SystemInt64
TBD - destination
- Type: Akka.ActorActorPath
TBD - message
- Type: SystemObject
TBD
See Also