Click or drag to resize
Akka.NETUnconfirmedDelivery Constructor
Initializes a new instance of the UnconfirmedDelivery class.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public UnconfirmedDelivery(
	long deliveryId,
	ActorPath destination,
	Object message
)

Parameters

deliveryId
Type: SystemInt64
TBD
destination
Type: Akka.ActorActorPath
TBD
message
Type: SystemObject
TBD
See Also