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