Table of Contents

Interface IRetryPolicyContext

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

Retry policy context. See ShouldRetry(IRetryPolicyContext).

public interface IRetryPolicyContext

Properties

Configuration

Gets the client configuration.

IgniteClientConfiguration Configuration { get; }

Property Value

IgniteClientConfiguration

Exception

Gets the exception that caused current retry iteration.

Exception Exception { get; }

Property Value

Exception

Iteration

Gets the current iteration.

int Iteration { get; }

Property Value

int

Operation

Gets the operation type.

ClientOperationType Operation { get; }

Property Value

ClientOperationType