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 int RetriesRemaining { get; }
Property Value
Type:
Int32Remarks
Not always utilized, so don't make NextDelay() depend on it.
See Also