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)
Syntax
'Declaration
Public Enumeration LockLevel
public enum LockLevel
public enum class LockLevel
type LockLevel
public enum LockLevel
Members
| Member name | Description | |
|---|---|---|
| First | The first value, not used for any actual LockTypes. | |
| Host | Host | |
| Last | The last defined entry. Used for sizing elsewhere in this class. |