Click or drag to resize
ServerInfoProviderGetServerInfo Method (Int32)

Note: This API is now obsolete.

Returns the ServerInfo structure for the specified server.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IServerInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ServerInfo.Provider.")]
public static ServerInfo GetServerInfo(
	int serverId
)

Parameters

serverId
Type: SystemInt32
Server id

Return Value

Type: ServerInfo
See Also