Click or drag to resize

IRetryStrategyRetriesRemaining Property

Gets the number of attempts left before giving up on the failed message.

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
int RetriesRemaining { get; }

Property Value

Type: Int32
Remarks
Not always utilized, so don't make NextDelay() depend on it.
See Also