Click or drag to resize

ExponentialBackoff Constructor

Initializes a new instance of the ExponentialBackoff class

Namespace:  Couchbase.Core.Retry
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public ExponentialBackoff(
	int maxRetries,
	int delayMillis,
	int maxDelayMillis
)

Parameters

maxRetries
Type: SystemInt32

[Missing <param name="maxRetries"/> documentation for "M:Couchbase.Core.Retry.ExponentialBackoff.#ctor(System.Int32,System.Int32,System.Int32)"]

delayMillis
Type: SystemInt32

[Missing <param name="delayMillis"/> documentation for "M:Couchbase.Core.Retry.ExponentialBackoff.#ctor(System.Int32,System.Int32,System.Int32)"]

maxDelayMillis
Type: SystemInt32

[Missing <param name="maxDelayMillis"/> documentation for "M:Couchbase.Core.Retry.ExponentialBackoff.#ctor(System.Int32,System.Int32,System.Int32)"]

See Also