LockItem<TKey,TValue> Class Members
See Also  Properties Methods 
SourceCode.Threading Namespace : LockItem<TKey,TValue> Class


Glossary Item Box

The following tables list the members exposed by LockItem<TKey,TValue>.

Public Properties

  Name Description
Public Property Id  
Public Property IsDisposed  
Public Property Item  
Public Property LockCount  
Public Property RefCount  
Public Property WaitingLockCount  
Top

Public Methods

  Name Description
Public Method AddRef  
Public Method Dispose Overloaded.   
Public Method DropRef  
Public Method Lock  
Public Method TryLock  
Public Method Unload  
Public Method Unlock  
Top

Protected Methods

  Name Description
Protected Method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  
Protected Method OnLockAcquired  
Top

See Also