Click or drag to resize
ProviderDictionaryTKey, TValueDelete Method
Removes the specified object and logs the web farm task.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public void Delete(
	TKey key
)

Parameters

key
Type: TKey
Key to remove
See Also