C# 클래스 Amazon.DynamoDBv2.Internal.DynamoDBRetryPolicy

Custom DynamoDB retry policy. This policy has a slightly different exponential backoff logic compared to the default retry policy.
상속: Amazon.Runtime.Internal.DefaultRetryPolicy
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DynamoDBRetryPolicy ( IClientConfig config ) : System

Constructor for DynamoDBRRetryPolicy.

WaitBeforeRetry ( IExecutionContext executionContext ) : void

Overriden to cause a pause between retries.

비공개 메소드들

메소드 설명
pauseExponentially ( int retries ) : void

Override the pausing function so retries would happen more frequent then the default operation.

메소드 상세

DynamoDBRetryPolicy() 공개 메소드

Constructor for DynamoDBRRetryPolicy.
public DynamoDBRetryPolicy ( IClientConfig config ) : System
config IClientConfig The IClientConfig object
리턴 System

WaitBeforeRetry() 공개 메소드

Overriden to cause a pause between retries.
public WaitBeforeRetry ( IExecutionContext executionContext ) : void
executionContext IExecutionContext
리턴 void