C-DEngine 5.105

cdeConcurrentDictionary<(Of <(<'TKey, TValue>)>)> Members

The cdeConcurrentDictionary<(Of <(<'TKey, TValue>)>)> type exposes the following members.

Methods


  Name Description
Public method cdeSafeGetValue
Returns the value of the dictionary using the given key.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetDictionarySnapshot
This returns a consistent snapshot of the dictionary
Public method GetDynamicEnumerable
This enumerator does not take a lock/snapshot and may reflect changes to the dictionary after it was obtained
Public method GetHashCode (Inherited from Object.)
Public method GetSize
Tries to estimate the size of the cdeConcurrentDictionary in bytes
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RemoveNoCare
Removes the record with the corresponding key and does not care if it was successful
Public method ToString (Inherited from Object.)

Fields


  Name Description
Public field MyLock
Lock Object that can be used to test if this class is in use by another thread