Table of Contents

Class RetryCapacity

Namespace
Amazon.Runtime.Internal
Assembly
AWSSDK.Core.dll

This class is the RetryCapacity class for a given ServiceURL.

public class RetryCapacity
Inheritance
RetryCapacity
Inherited Members

Constructors

RetryCapacity(int)

public RetryCapacity(int maxCapacity)

Parameters

maxCapacity int

Properties

AvailableCapacity

public int AvailableCapacity { get; set; }

Property Value

int

MaxCapacity

public int MaxCapacity { get; }

Property Value

int