Click or drag to resize
EventLogProviderClearHashtables Method
Clears up hashtables of EventLogProvider.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 9.0.0
Syntax
C#
protected override void ClearHashtables(
	bool logTasks
)

Parameters

logTasks
Type: SystemBoolean
If true, web farm tasks are logged
See Also