Click or drag to resize
AbstractProvider.ClearAllHashtables Method
Clears up hashtables of every single provider object present in the list.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static void ClearAllHashtables(
	bool logTasks
)

Parameters

logTasks
Type: System.Boolean
If true, web farm tasks are logged
See Also