Amazon.Runtime.RetryPolicy.CanRetry C# (CSharp) Method

CanRetry() public abstract method

Returns true if the request is in a state where it can be retried, else false.
public abstract CanRetry ( IExecutionContext executionContext ) : bool
executionContext IExecutionContext The execution context which contains both the /// requests and response context.
return bool
        public abstract bool CanRetry(IExecutionContext executionContext);