ITransientErrorDetectionStrategy Interface
Defines an interface that must be implemented by custom components responsible for detecting specific transient conditions.
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public interface ITransientErrorDetectionStrategy
public interface class ITransientErrorDetectionStrategy
type ITransientErrorDetectionStrategy = interface end
Public Interface ITransientErrorDetectionStrategy
Methods
Name | Description | |
---|---|---|
IsTransient(Exception) | Determines whether the specified exception represents a transient failure that can be compensated by a retry. |
See Also
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top