This documentation is archived and is not being maintained.
LockName<T1, T2> Class
Visual Studio 2013
Lock name with two values of given types.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
generic<typename T1, typename T2> where T1 : Object, IComparable<T1>, IEquatable<T1> where T2 : Object, IComparable<T2>, IEquatable<T2> public ref class LockName : ILockName, IEquatable<ILockName^>, IComparable<ILockName^>
Type Parameters
- T1
The type of the first name value (major part).
- T2
The type of the second name value (minor part).
The LockName<T1, T2> 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. |
![]() | NameValue1 | Returns the first name value. |
![]() | NameValue2 | Returns the second 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:
