Search Results for

    Show / Hide Table of Contents

    Namespace Umbraco.Cms.Infrastructure.Persistence.FaultHandling

    Classes

    RetryDbConnection

    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.

    In This Article
    • Classes
    • Interfaces
    • Enums
    • Delegates
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX