| AtLeastOnceDeliveryReceiveActorConfirmDelivery Method |
Call this method when a message has been confirmed by the destination,
or to abort re-sending.
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public bool ConfirmDelivery(
long deliveryId
)
member ConfirmDelivery :
deliveryId : int64 -> bool
Parameters
- deliveryId
- Type: SystemInt64
TBD
Return Value
Type:
BooleanTrue the first time the
deliveryId is confirmed, false for duplicate confirmations.
See Also