Interface IRetryPolicyContext
Retry policy context. See ShouldRetry(IRetryPolicyContext).
public interface IRetryPolicyContext
Properties
Configuration
Gets the client configuration.
IgniteClientConfiguration Configuration { get; }
Property Value
Exception
Gets the exception that caused current retry iteration.
Exception Exception { get; }
Property Value
Iteration
Gets the current iteration.
int Iteration { get; }
Property Value
Operation
Gets the operation type.
ClientOperationType Operation { get; }