Click or drag to resize
CacheSynchronizationLogTouchKeysTask Method (IEnumerableString)
Logs the web farm synchronization task for the touch key operation

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void LogTouchKeysTask(
	IEnumerable<string> keys
)

Parameters

keys
Type: System.Collections.GenericIEnumerableString
Keys to touch
See Also