Share via


StorageTransientErrorDetectionStrategy Class

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.TransientFaultHandling.MediaErrorDetectionStrategy
    Microsoft.WindowsAzure.MediaServices.Client.TransientFaultHandling.StorageTransientErrorDetectionStrategy

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

Syntax

'Declaration
Public Class StorageTransientErrorDetectionStrategy _
    Inherits MediaErrorDetectionStrategy
'Usage
Dim instance As StorageTransientErrorDetectionStrategy
public class StorageTransientErrorDetectionStrategy : MediaErrorDetectionStrategy
public ref class StorageTransientErrorDetectionStrategy : public MediaErrorDetectionStrategy
type StorageTransientErrorDetectionStrategy =  
    class 
        inherit MediaErrorDetectionStrategy 
    end
public class StorageTransientErrorDetectionStrategy extends MediaErrorDetectionStrategy

The StorageTransientErrorDetectionStrategy type exposes the following members.

Constructors

  Name Description
Public method StorageTransientErrorDetectionStrategy

Top

Methods

  Name Description
Protected method CheckIsTransient (Overrides MediaErrorDetectionStrategy.CheckIsTransient(Exception).)
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 (Overrides MediaErrorDetectionStrategy.IsTransient(Exception).)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnIsTransient (Inherited from MediaErrorDetectionStrategy.)
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.TransientFaultHandling Namespace