Namespace Umbraco.Core.Persistence.FaultHandling
Classes
RetryingEventArgs
Contains information required for the Retrying event.
RetryLimitExceededException
The special type of exception that provides managed exit from a retry loop. The user code can use this exception to notify the retry policy that no further retry attempts are required.
RetryPolicy
Provides the base implementation of the retry mechanism for unreliable actions and transient conditions.
RetryPolicyFactory
Provides a factory class for instantiating application-specific retry policies.
RetryStrategy
Represents a retry strategy that determines how many times should be retried and the interval between retries.
ThrottlingCondition
Implements an object holding the decoded reason code returned from SQL Azure when encountering throttling conditions.
Interfaces
ITransientErrorDetectionStrategy
Defines an interface which must be implemented by custom components responsible for detecting specific transient conditions.
Enums
ThrottledResourceType
Defines the types of resources in SQL Azure which may be subject to throttling conditions.
ThrottlingMode
Defines the possible throttling modes in SQL Azure.
ThrottlingType
Defines the possible throttling types in SQL Azure.
Delegates
ShouldRetry
Defines a callback delegate that will be invoked whenever a retry condition is encountered.