Search Results for

    Show / Hide Table of Contents
    View Source

    Class LongRunningOperationsSettings

    Typed configuration options for long-running operations settings.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [UmbracoOptions("Umbraco:CMS:LongRunningOperations")]
    public class LongRunningOperationsSettings

    Properties

    View Source

    Cleanup

    Gets or sets the cleanup settings for long-running operations.

    Declaration
    public LongRunningOperationsCleanupSettings Cleanup { get; set; }
    Property Value
    Type Description
    LongRunningOperationsCleanupSettings
    View Source

    ExpirationTime

    Gets or sets the time after which a long-running operation is considered expired/stale, if not updated.

    Declaration
    public TimeSpan ExpirationTime { get; set; }
    Property Value
    Type Description
    TimeSpan
    View Source

    TimeBetweenStatusChecks

    Gets or sets the time between status checks for long-running operations.

    Declaration
    public TimeSpan TimeBetweenStatusChecks { get; set; }
    Property Value
    Type Description
    TimeSpan
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX