This documentation is archived and is not being maintained.

LockManager::LockLevel Enumeration

The lock level of the lock type. Note that this effectively declares the order in which locks can be taken.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

public enum class LockLevel

Member nameDescription
FirstThe first value, not used for any actual LockTypes.

HostHost

LastThe last defined entry. Used for sizing elsewhere in this class.

Show: