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 public IRetryStrategy RetryStrategy { get; set; }
Property Value
Type:
IRetryStrategySee Also