Search Results for

    Show / Hide Table of Contents
    View Source

    Class KeepAliveSettings

    Typed configuration options for keep alive settings.

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

    Properties

    View Source

    DisableKeepAliveTask

    Gets or sets a value indicating whether the keep alive task is disabled.

    Declaration
    public bool DisableKeepAliveTask { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    KeepAlivePingUrl

    Gets or sets a value for the keep alive ping URL.

    Declaration
    public string KeepAlivePingUrl { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • DisableKeepAliveTask
      • KeepAlivePingUrl
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX