ILockName Interface
Lock name interface
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Interface ILockName _
Inherits IEquatable(Of ILockName), IComparable(Of ILockName)
public interface ILockName : IEquatable<ILockName>,
IComparable<ILockName>
public interface class ILockName : IEquatable<ILockName^>,
IComparable<ILockName^>
type ILockName =
interface
interface IEquatable<ILockName>
interface IComparable<ILockName>
end
public interface ILockName extends IEquatable<ILockName>, IComparable<ILockName>
The ILockName type exposes the following members.
Properties
Name | Description | |
---|---|---|
CachedLockObject | Get or set a cached lock object for this name. that is name can cache a lock object! | |
LockLevel | Returns the lock level for this name. |
Top
Methods
Name | Description | |
---|---|---|
CompareTo | Compares the current object with another object of the same type. (Inherited from IComparable<ILockName>.) | |
Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatable<ILockName>.) |
Top