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
Public property CachedLockObject Get or set a cached lock object for this name. that is name can cache a lock object!
Public property LockLevel Returns the lock level for this name.

Top

Methods

  Name Description
Public method CompareTo Compares the current object with another object of the same type. (Inherited from IComparable<ILockName>.)
Public method Equals Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatable<ILockName>.)

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace