AzureStorageClientRetryPolicyFactory Class

Defines retry policy strategy for intermediate failures.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.AzureStorageClientTransientFaultHandling.AzureStorageClientRetryPolicyFactory

Namespace:  Microsoft.WindowsAzure.MediaServices.Client.AzureStorageClientTransientFaultHandling
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Class AzureStorageClientRetryPolicyFactory
'Usage
Dim instance As AzureStorageClientRetryPolicyFactory
public class AzureStorageClientRetryPolicyFactory
public ref class AzureStorageClientRetryPolicyFactory
type AzureStorageClientRetryPolicyFactory =  class end
public class AzureStorageClientRetryPolicyFactory

The AzureStorageClientRetryPolicyFactory type exposes the following members.

Constructors

  Name Description
Public method AzureStorageClientRetryPolicyFactory Initializes a new instance of the AzureStorageClientRetryPolicyFactory class.

Top

Properties

  Name Description
Public propertyStatic member DefaultPolicy Exponential retry strategy.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client.AzureStorageClientTransientFaultHandling Namespace