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)

public interface ITransientErrorDetectionStrategy

NameDescription
System_CAPS_pubmethodIsTransient(Exception)

Determines whether the specified exception represents a transient failure that can be compensated by a retry.

Return to top
Show: