This documentation is archived and is not being maintained.
TeamFoundationLock Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The TeamFoundationLock type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsDisposed | Gets a value indicating whether the lock has been disposed of. |
![]() | LockMode | The mode of the lock. Either shared or exclusive. |
![]() | Resources | The resource being held by the lock. |
| Name | Description | |
|---|---|---|
![]() | Dispose | Release the lock. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
