Click or drag to resize

IRequest Interface

[Missing <summary> documentation for "T:Couchbase.Core.Retry.IRequest"]

Namespace:  Couchbase.Core.Retry
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public interface IRequest

The IRequest type exposes the following members.

Properties
  NameDescription
Public propertyAttempts
Public propertyClientContextId
Gets the context identifier for the analytics request. Useful for debugging.
Public propertyIdempotent
Public propertyRetryReasons
Public propertyRetryStrategy
Public propertyStatement
Public propertyTimeout
Public propertyToken
Top
Extension Methods
  NameDescription
Public Extension MethodIncrementAttempts (Defined by RequestExtensions.)
Top
See Also