Initializes a new instance of the
RetryInfo class.
Namespace: Microsoft.WindowsAzure.Storage.RetryPolicies
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim retryContext As RetryContext
Dim instance As New RetryInfo(retryContext) |
Syntax
| Visual Basic |
|---|
Public Sub New ( _
retryContext As RetryContext _
) |
| C# |
|---|
public RetryInfo (
RetryContext retryContext
) |
| C++ |
|---|
public:
RetryInfo (
RetryContext^ retryContext
) |
| J# |
|---|
public RetryInfo (
RetryContext retryContext
) |
| JScript |
|---|
public function RetryInfo (
retryContext : RetryContext
) |
Parameters
- retryContext
The RetryContext object that was passed in to the retry policy.
Remarks
Platforms
See Also