ProviderDictionaryTKey, TValueUpdate Method |
Updates the specified object and logs the web farm task.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public virtual void Update(
TKey key,
TValue value
)
Parameters
- key
- Type: TKey
Key to add - value
- Type: TValue
Value
See Also