Click or drag to resize

RetryReasonExtensionsAllowsNonIdempotentRetries Method

[Missing <summary> documentation for "M:Couchbase.Core.Retry.RetryReasonExtensions.AllowsNonIdempotentRetries(Couchbase.Core.Retry.RetryReason)"]

Namespace:  Couchbase.Core.Retry
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public static bool AllowsNonIdempotentRetries(
	this RetryReason reason
)

Parameters

reason
Type: Couchbase.Core.RetryRetryReason

[Missing <param name="reason"/> documentation for "M:Couchbase.Core.Retry.RetryReasonExtensions.AllowsNonIdempotentRetries(Couchbase.Core.Retry.RetryReason)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Couchbase.Core.Retry.RetryReasonExtensions.AllowsNonIdempotentRetries(Couchbase.Core.Retry.RetryReason)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type RetryReason. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also