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

RetryLimitReached() public abstract method

Checks if the retry limit is reached.
public abstract RetryLimitReached ( IExecutionContext executionContext ) : bool
executionContext IExecutionContext The execution context which contains both the /// requests and response context.
return bool
        public abstract bool RetryLimitReached(IExecutionContext executionContext);