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

WaitBeforeRetryAsync() public abstract method

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