Click or drag to resize
WebFarmContext Class
Context of web farms module.
Inheritance Hierarchy
SystemObject
  CMS.WebFarmSyncWebFarmContext

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 9.0.0
Syntax
C#
public class WebFarmContext

The WebFarmContext type exposes the following members.

Constructors
  NameDescription
Public methodWebFarmContext
Top
Properties
  NameDescription
Public propertyStatic memberEnabledServers
Gets the collection of enabled servers.
Public propertyStatic memberInstanceIsHiddenWebFarmServer
Indicates that the instance is hidden part of the web farm.
Public propertyStatic memberUseTasksForExternalApplication
Indicates if synchronization tasks should be logged and processed for external applications.
Public propertyStatic memberWebFarmEnabled
Gets or sets the value that indicates whether web farm for current server is enabled. Set value overrides only web config enable setting.
Public propertyStatic memberWebFarmMode
Indicates if web farm functionality is enabled and set to be configured manually or automatically in application settings.
Top
Methods
  NameDescription
Public methodStatic memberClear
Clears the hashtables of web farm servers.
Top
See Also