Click or drag to resize
ServerInfoProvider.GetServers Method
Returns all servers.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static ObjectQuery<ServerInfo> GetServers()

Return Value

Type: ObjectQuery<ServerInfo>
See Also