Method | Description | |
---|---|---|
DynamoDBRetryPolicy ( IClientConfig config ) : System |
Constructor for DynamoDBRRetryPolicy.
|
|
WaitBeforeRetry ( IExecutionContext executionContext ) : void |
Overriden to cause a pause between retries.
|
Method | Description | |
---|---|---|
pauseExponentially ( int retries ) : void |
Override the pausing function so retries would happen more frequent then the default operation.
|
public DynamoDBRetryPolicy ( IClientConfig config ) : System | ||
config | IClientConfig | The IClientConfig object |
return | System |
public WaitBeforeRetry ( IExecutionContext executionContext ) : void | ||
executionContext | IExecutionContext | |
return | void |