CacheTransientErrorDetectionStrategy 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 Caching Service.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Cache
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 CacheTransientErrorDetectionStrategy : ITransientErrorDetectionStrategy
'Declaration
Public Class CacheTransientErrorDetectionStrategy _
    Implements ITransientErrorDetectionStrategy
public ref class CacheTransientErrorDetectionStrategy : ITransientErrorDetectionStrategy

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Cache.CacheTransientErrorDetectionStrategy

See Also

CacheTransientErrorDetectionStrategy Members

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.TransientFaultHandling.Cache Namespace