Click or drag to resize
ProviderDictionaryTKey, TValueRemove Method (TKey, Boolean)
Removes the specified object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void Remove(
	TKey key,
	bool logTask
)

Parameters

key
Type: TKey
Key to remove
logTask
Type: SystemBoolean
If true, web farm task is logged
See Also