Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Initializes a new instance of the RetryInfo class.

Namespace:   Microsoft.WindowsAzure.Storage.RetryPolicies
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public RetryInfo(
	RetryContext retryContext
)
 
public:
RetryInfo(
	RetryContext^ retryContext
)
 
new : 
        retryContext:RetryContext -> RetryInfo
 
Public Sub New (
	retryContext As RetryContext
)
Return to top