Click or drag to resize
WebFarmServerInfoProviderGetWebFarmServers Method

Note: This API is now obsolete.

Returns the query for all web farm servers.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IWebFarmServerInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - WebFarmServerInfo.Provider.")]
public static ObjectQuery<WebFarmServerInfo> GetWebFarmServers()

Return Value

Type: ObjectQueryWebFarmServerInfo
See Also