Click or drag to resize
WebFarmServerInfoProviderGetServersInternal Method
Returns the DataSet of all the servers records.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax
C#
protected InfoDataSet<WebFarmServerInfo> GetServersInternal(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition to filter data
orderBy
Type: SystemString
Order by statement
topN
Type: SystemInt32
Specifies number of returned records
columns
Type: SystemString
Data columns to return

Return Value

Type: InfoDataSetWebFarmServerInfo
See Also