ServerRegistration
Represents a registered server in a multiple-servers environment.
using Umbraco.Cms.Core.Models;Constructors
new ServerRegistration(string serverAddress, string serverIdentity, DateTime registered)
new ServerRegistration(int id, string serverAddress, string serverIdentity, DateTime registered, DateTime accessed, bool isActive, bool isSchedulingPublisher)
Properties
.Accessed
.IsActive
.IsSchedulingPublisher
.Registered
.ServerAddress
.ServerIdentity
Last updated
Was this helpful?