Click or drag to resize

ReplicationOptionsRetryStrategy Property

Gets or set the strategy to use when retrying requests that fail with a transient error (default is exponential backoff)

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public IRetryStrategy RetryStrategy { get; set; }

Property Value

Type: IRetryStrategy
See Also