IWebFarmService Interface |
Namespace: CMS.Core
public interface IWebFarmService
The IWebFarmService type exposes the following members.
Name | Description | |
---|---|---|
CreateTask |
Creates task to be synchronized to other servers
| |
GetEnabledServerNames | Obsolete.
Gets the list of currently enabled servers
| |
GetServerNamesToUpdate |
Gets the list of names of servers to be updated. Current server is excluded.
| |
NotifyServers |
Notifies other servers that some changes occurred
| |
NotifyWebApplication |
Notifies the application sitting under specific physical path
| |
RegisterTask |
Registers the given web farm task
|
Name | Description | |
---|---|---|
ServerName |
Returns unique identifier of the server
| |
SynchronizePhysicalFiles |
Gets value that indicates whether file synchronization for physical project files is enabled.
| |
WebFarmEnabled |
Returns true if the web farm is enabled
|