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.

    RetryStrategy

    Represents a retry strategy that determines how many times should be retried and the interval between retries.

    Interfaces

    ITransientErrorDetectionStrategy

    Defines an interface which must be implemented by custom components responsible for detecting specific transient conditions.

    Delegates

    ShouldRetry

    Defines a callback delegate that will be invoked whenever a retry condition is encountered.

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