This documentation is archived and is not being maintained.

ILockName Interface

Lock name interface

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

public interface class ILockName : IEquatable<ILockName^>, 
	IComparable<ILockName^>

The ILockName type exposes the following members.

  NameDescription
Public propertyCachedLockObjectGet or set a cached lock object for this name. that is name can cache a lock object!
Public propertyLockLevelReturns the lock level for this name.
Top

  NameDescription
Public methodCompareToCompares the current object with another object of the same type. (Inherited from IComparable<ILockName>.)
Public methodEqualsIndicates whether the current object is equal to another object of the same type. (Inherited from IEquatable<ILockName>.)
Top
Show: