Class DatabaseServerRegistrarOptions
Provides options to the DatabaseServerRegistrar.
Inheritance
System.Object
Namespace: Umbraco.Core.Sync
Assembly: Umbraco.Core.dll
Syntax
public sealed class DatabaseServerRegistrarOptions
Constructors
View SourceDatabaseServerRegistrarOptions()
Initializes a new instance of the DatabaseServerRegistrarOptions class with default values.
Declaration
public DatabaseServerRegistrarOptions()
Properties
View SourceRecurringSeconds
The amount of seconds to wait between calls to the database on the background thread
Declaration
public int RecurringSeconds { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StaleServerTimeout
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 |
---|---|
System.TimeSpan |