Click or drag to resize
WebFarmHelper Class
Web farm helper
Inheritance Hierarchy
SystemObject
  CMS.HelpersWebFarmHelper

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public class WebFarmHelper

The WebFarmHelper type exposes the following members.

Constructors
  NameDescription
Public methodWebFarmHelper
Top
Properties
  NameDescription
Public propertyStatic memberServerName
Returns unique identifier of the server
Public propertyStatic memberWebFarmEnabled
Returns true if the web farm is enabled
Top
Methods
  NameDescription
Public methodStatic memberCreateIOTask
Creates task.
Public methodStatic memberCreateTask
Creates task.
Public methodStatic memberGetServerNamesToUpdate
Gets the list of names of servers to be updated. Current server is excluded.
Public methodStatic memberRegisterTask(Type, Boolean, WebFarmTaskOptimizeActionEnum)
Registers the given web farm task.
Public methodStatic memberRegisterTaskT(Boolean, WebFarmTaskOptimizeActionEnum)
Registers the given web farm task.
Top
See Also