Click or drag to resize
WebSyncHelperClear Method
Clears the hashtables of web farm servers.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax
C#
public static void Clear(
	bool logWebFarm = true,
	int serverId = 0
)

Parameters

logWebFarm (Optional)
Type: SystemBoolean
Enables or disables webfarm task logging, if false no task is logged
serverId (Optional)
Type: SystemInt32
The server id. If serverId is 0 then clear hashtables of the all enabled web farm servers)
See Also