Search Results for

    Show / Hide Table of Contents
    View Source

    Class DatabaseServerRegistrarSettings

    Typed configuration options for database server registrar settings.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class DatabaseServerRegistrarSettings

    Properties

    View Source

    StaleServerTimeout

    Gets or sets a value for the time span to wait before considering a server stale, after it has last been accessed.

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

    WaitTimeBetweenCalls

    Gets or sets a value for the amount of time to wait between calls to the database on the background thread.

    Declaration
    public TimeSpan WaitTimeBetweenCalls { get; set; }
    Property Value
    Type Description
    TimeSpan
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • StaleServerTimeout
      • WaitTimeBetweenCalls
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX