Click or drag to resize
ProviderStringDictionary Methods

The ProviderStringDictionary type exposes the following members.

Methods
  NameDescription
Public methodAdd(TKey, TValue)
Adds the specified object.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodAdd(KeyType, BaseInfo, Boolean)
Adds the specified object.
(Inherited from ProviderInfoDictionaryKeyType.)
Public methodClear
Clears all the items.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodClearExpired
Clears all the expired items.
(Inherited from ProviderDictionaryTKey, TValue.)
Protected methodClearInternal
Clears the internal dictionary
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodClearOlder
Removes the objects older that specified time.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodContains(Object)
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodContains(TKey)
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodContains(Object, TValue)
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodContains(TKey, TValue)
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.)
Protected methodContainsInternal
Returns true if the internal dictionary contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodContainsKey
Returns true if the table contains specified record.
(Inherited from ProviderDictionaryTKey, TValue.)
Protected methodConvertKey
Converts the key to a specific type
(Overrides ProviderDictionaryTKey, TValueConvertKey(Object).)
Public methodDelete
Removes the specified object and logs the web farm task.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodGetRealCount
Gets the real count of the objects in the dictionary
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodInvalidate
Invalidates the dictionary content.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodLoadNextGeneration
Loads the next generation of the objects.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodLogWebFarmTask(String, String)
Logs the web farm task with specified task data.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodNextGenerationAvailable
Returns true if the next generation of the objects is available.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodRemove(Object)
Removes the specified object.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodRemove(TKey)
Removes the specified object.
(Inherited from ProviderDictionaryTKey, TValue.)
Public methodRemove(TKey, Boolean)
Removes the specified object.
(Inherited from ProviderDictionaryTKey, TValue.)
Protected methodRemoveInternal
Removes the key from the internal dictionary
(Inherited from ProviderDictionaryTKey, TValue.)
Protected methodTryGetInternal
Returns true if the internal dictionary contains specified record.
(Inherited from ProviderInfoDictionaryKeyType.)
Public methodUpdate
Updates the specified object and logs the web farm task.
(Inherited from ProviderDictionaryTKey, TValue.)
Top
See Also