Enum ServerRole
The role of a server in an application environment.
Namespace: Umbraco.Cms.Core.Sync
Assembly: Umbraco.Core.dll
Syntax
public enum ServerRole : byte
Fields
Name | Description |
---|---|
SchedulingPublisher | In a multi-servers environment, the server is the Scheduling Publisher. |
Single | The server is the single server of a single-server environment. |
Subscriber | In a multi-servers environment, the server is a Subscriber server. |
Unknown | The server role is unknown. |