| ProviderDictionaryTKey, TValueRemove Method (TKey, Boolean) | 
            Removes the specified object.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also