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

WaitBeforeRetry() public abstract method

Waits before retrying a request.
public abstract WaitBeforeRetry ( IExecutionContext executionContext ) : void
executionContext IExecutionContext The execution context which contains both the /// requests and response context.
return void
        public abstract void WaitBeforeRetry(IExecutionContext executionContext);