Click or drag to resize
Akka.NETPersistenceSettingsAtLeastOnceDeliverySettingsWarnAfterNumberOfUnconfirmedAttempts Property
After this number of delivery attempts a UnconfirmedWarning message will be sent to Self. The count is reset after restart.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public int WarnAfterNumberOfUnconfirmedAttempts { get; }

Property Value

Type: Int32
See Also