This documentation is archived and is not being maintained.
LockName<T> Class
Visual Studio 2013
Lock name with a value of a given type.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The LockName<T> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CachedLockObject | Get or set a cached lock object for this name. |
![]() | LockLevel | Returns the lock level for this name. |
![]() | NameValue | Returns the name value. |
| Name | Description | |
|---|---|---|
![]() | CompareTo | IComparable<ILockName>.CompareTo implementation |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Equals(ILockName) | IEquatable<ILockName>.Equals implementation |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the object hash code. (Overrides Object::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the object string representation. (Overrides Object::ToString().) |
Show:
