Click or drag to resize

ManagerOptionsMaxRetries Property

Note: This API is now obsolete.

The maximum number of times to retry network requests that failed due to transient network errors.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Moving to the ReplicationOptions class as RetryStrategy")]
public int MaxRetries { get; set; }

Property Value

Type: Int32
See Also