ProviderDictionaryTKey, TValue Methods |
The ProviderDictionaryTKey, TValue generic type exposes the following members.
Name | Description | |
---|---|---|
Add(TKey, TValue) |
Adds the specified object.
| |
Add(TKey, TValue, Boolean) |
Adds the specified object.
| |
Clear |
Clears all the items.
| |
Contains(TKey) | Obsolete.
Returns true if the table contains specified record.
| |
Contains(TKey, TValue) | Obsolete.
Gets the value associated with the specified key.
| |
ContainsKey |
Returns true if the table contains specified record.
| |
ConvertKey |
Converts the key to a specific type
| |
Delete |
Removes the specified object and logs the web farm task.
| |
Invalidate |
Invalidates the dictionary content.
| |
LogWebFarmTask(String, String) |
Logs the web farm task with specified task data.
| |
LogWebFarmTask(TKey, String) |
Logs the web farm task for specified object key.
| |
Remove(TKey) |
Removes the specified object.
| |
Remove(TKey, Boolean) |
Removes the specified object.
| |
RemoveInternal |
Removes the key from the internal dictionary
| |
TryGetInternal |
Returns true if the internal dictionary contains specified record.
| |
TryGetValue |
Gets the value associated with the specified key.
| |
Update |
Updates the specified object and logs the web farm task.
|