StorageTransientErrorDetectionStrategy Class

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

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class StorageTransientErrorDetectionStrategy _
    Implements ITransientErrorDetectionStrategy
'Usage
Dim instance As StorageTransientErrorDetectionStrategy
public class StorageTransientErrorDetectionStrategy : ITransientErrorDetectionStrategy
public ref class StorageTransientErrorDetectionStrategy : ITransientErrorDetectionStrategy
type StorageTransientErrorDetectionStrategy =  
    class 
        interface ITransientErrorDetectionStrategy 
    end
public class StorageTransientErrorDetectionStrategy implements ITransientErrorDetectionStrategy

The StorageTransientErrorDetectionStrategy type exposes the following members.

Constructors

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

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.)
Public method IsTransient Determines whether the specified exception represents a transient failure that can be compensated by a retry.
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