RetryInfo Constructor (RetryContext)

Windows Runtime Azure Storage Client Library

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

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also