StorageTransientErrorDetectionStrategy Class

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Provides the transient error detection logic that can recognize transient faults when dealing with Windows Azure storage services.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.AzureStorage
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

public class StorageTransientErrorDetectionStrategy : ITransientErrorDetectionStrategy
'Declaration
Public Class StorageTransientErrorDetectionStrategy _
    Implements ITransientErrorDetectionStrategy
public ref class StorageTransientErrorDetectionStrategy : ITransientErrorDetectionStrategy

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.AzureStorage.StorageTransientErrorDetectionStrategy

See Also

StorageTransientErrorDetectionStrategy Members

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.AzureStorage Namespace