AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Virtual method that gets called before a retry request is initiated. The value returned is True by default(retry throttling feature is disabled).

Namespace: Amazon.Runtime
Assembly: AWSSDK.Core.dll
Version: 3.x.y.z

Syntax

C#
public virtual Boolean OnRetry(
         IExecutionContext executionContext
)

Parameters

executionContext
Type: Amazon.Runtime.IExecutionContext

The execution context which contains both the requests and response context.

Return Value


Type: Boolean

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5