Interface IKeepAliveSection
Namespace: Umbraco.Core.Configuration.UmbracoSettings
Assembly: Umbraco.Core.dll
Syntax
public interface IKeepAliveSection : IUmbracoConfigurationSection
Properties
View SourceDisableKeepAliveTask
Declaration
bool DisableKeepAliveTask { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
KeepAlivePingUrl
Declaration
string KeepAlivePingUrl { get; }
Property Value
Type | Description |
---|---|
System.String |