Click or drag to resize
ProviderDictionaryTKey, TValueLogWebFarmTask Method (TKey, String)
Logs the web farm task for specified object key.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public void LogWebFarmTask(
	TKey key,
	string taskOperation
)

Parameters

key
Type: TKey
Object key
taskOperation
Type: SystemString
Operation to realize with object
See Also