| ProviderIntDictionary Methods |
The ProviderIntDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(TKey, TValue) |
Adds the specified object.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| Add(KeyType, BaseInfo, Boolean) |
Adds the specified object.
(Inherited from ProviderInfoDictionaryKeyType.) | |
| Clear |
Clears all the items.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| ClearExpired |
Clears all the expired items.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| ClearInternal |
Clears the internal dictionary
(Inherited from ProviderDictionaryTKey, TValue.) | |
| ClearOlder |
Removes the objects older that specified time.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| Contains(Object) |
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| Contains(TKey) |
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| Contains(Object, TValue) |
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| Contains(TKey, TValue) |
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| ContainsInternal |
Returns true if the internal dictionary contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| ContainsKey |
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| ConvertKey |
Converts the key to a specific type
(Overrides ProviderDictionaryTKey, TValueConvertKey(Object).) | |
| Delete |
Removes the specified object and logs the web farm task.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| GetRealCount |
Gets the real count of the objects in the dictionary
(Inherited from ProviderDictionaryTKey, TValue.) | |
| Invalidate |
Invalidates the dictionary content.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| LoadNextGeneration |
Loads the next generation of the objects.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| LogWebFarmTask(String, String) |
Logs the web farm task with specified task data.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| LogWebFarmTask(TKey, String) |
Logs the web farm task for specified object key.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| NextGenerationAvailable |
Returns true if the next generation of the objects is available.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| Remove(Object) |
Removes the specified object.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| Remove(TKey) |
Removes the specified object.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| Remove(TKey, Boolean) |
Removes the specified object.
(Inherited from ProviderDictionaryTKey, TValue.) | |
| RemoveInternal |
Removes the key from the internal dictionary
(Inherited from ProviderDictionaryTKey, TValue.) | |
| TryGetInternal |
Returns true if the internal dictionary contains specified record.
(Inherited from ProviderInfoDictionaryKeyType.) | |
| Update |
Updates the specified object and logs the web farm task.
(Inherited from ProviderDictionaryTKey, TValue.) |