Click or drag to resize

ExponentialBackoffCreate Method

[Missing <summary> documentation for "M:Couchbase.Core.Retry.ExponentialBackoff.Create(System.Int32,System.Int32,System.Int32)"]

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

Parameters

maxRetries
Type: SystemInt32

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

delayMillis
Type: SystemInt32

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

maxDelayMillis
Type: SystemInt32

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

Return Value

Type: ExponentialBackoff

[Missing <returns> documentation for "M:Couchbase.Core.Retry.ExponentialBackoff.Create(System.Int32,System.Int32,System.Int32)"]

See Also