IRetryStrategy Interface |
Namespace: Couchbase.Lite.Util
public interface IRetryStrategy
The IRetryStrategy type exposes the following members.
Name | Description | |
---|---|---|
MaxRetries |
Gets the maximum number of retries that this strategy allows
| |
RetriesRemaining |
Gets the number of attempts left before giving up on the
failed message.
|
Name | Description | |
---|---|---|
Copy |
Makes a copy of this retry strategy, set to its initial state
| |
NextDelay |
Gets the next delay to use before resending a failed message (useful
in cases where it is not a fixed number e.g. exponential backoff).
| |
Reset |
Resets the strategy to its initial state
|