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

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 9.0.0
Syntax
C#
public static void Clear(
	bool logWebFarm = true
)

Parameters

logWebFarm (Optional)
Type: SystemBoolean
Enables or disables webfarm task logging, if false no task is logged
See Also