Share via


SaveChangesErrorDetectionStrategy Class

Inheritance Hierarchy

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

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

Syntax

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

The SaveChangesErrorDetectionStrategy type exposes the following members.

Constructors

  Name Description
Public method SaveChangesErrorDetectionStrategy

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 (Inherited from MediaErrorDetectionStrategy.)
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