Click or drag to resize
Akka.NETPersistenceSettingsAtLeastOnceDeliverySettings Constructor (TimeSpan, Int32, Int32, Int32)
TBD

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public AtLeastOnceDeliverySettings(
	TimeSpan redeliverInterval,
	int redeliveryBurstLimit,
	int warnAfterNumberOfUnconfirmedAttempts,
	int maxUnconfirmedMessages
)

Parameters

redeliverInterval
Type: SystemTimeSpan
TBD
redeliveryBurstLimit
Type: SystemInt32
TBD
warnAfterNumberOfUnconfirmedAttempts
Type: SystemInt32
TBD
maxUnconfirmedMessages
Type: SystemInt32
TBD
See Also