Click or drag to resize
IWebFarmService Interface
Web farm service interface

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public interface IWebFarmService

The IWebFarmService type exposes the following members.

Methods
  NameDescription
Public methodCreateTask
Creates task to be synchronized to other servers
Public methodGetEnabledServerNames Obsolete.
Gets the list of currently enabled servers
Public methodGetServerNamesToUpdate
Gets the list of names of servers to be updated. Current server is excluded.
Public methodNotifyServers
Notifies other servers that some changes occurred
Public methodNotifyWebApplication
Notifies the application sitting under specific physical path
Public methodRegisterTask
Registers the given web farm task
Top
Properties
  NameDescription
Public propertyServerName
Returns unique identifier of the server
Public propertySynchronizePhysicalFiles
Gets value that indicates whether file synchronization for physical project files is enabled.
Public propertyWebFarmEnabled
Returns true if the web farm is enabled
Top
See Also