Click or drag to resize
ServerInfoProviderDeleteServerInfo Method (Int32)

Note: This API is now obsolete.

Deletes specified server.

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

Parameters

serverId
Type: SystemInt32
Server id
See Also