Click or drag to resize
Akka.NETAtLeastOnceDeliverySemanticConfirmDelivery 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.42 (1.2.3.42)
Syntax
public bool ConfirmDelivery(
	long deliveryId
)

Parameters

deliveryId
Type: SystemInt64
TBD

Return Value

Type: Boolean
True the first time the deliveryId is confirmed, false for duplicate confirmations.
See Also