This documentation is archived and is not being maintained.
TeamFoundationLockingService Class
Visual Studio 2013
Locking Service
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The TeamFoundationLockingService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AcquireLock(TeamFoundationRequestContext, TeamFoundationLockInfo) | Gets a cross-process lock on the given resource. |
![]() | AcquireLock(TeamFoundationRequestContext, TeamFoundationLockMode, String) | Gets a cross-process lock on the given resource. |
![]() | AcquireLock(TeamFoundationRequestContext, TeamFoundationLockMode, String, Int32) | Gets a cross-process lock on the given resource. |
![]() | AcquireLocks(TeamFoundationRequestContext, TeamFoundationLockMode, array<String>) | Gets cross-process locks on one or more resources. |
![]() | AcquireLocks(TeamFoundationRequestContext, TeamFoundationLockMode, Int32, array<String>) | Gets cross-process locks on one or more resources. |
![]() | AcquireLocks(TeamFoundationRequestContext, TeamFoundationLockMode, Int32, Boolean, array<String>) | Gets cross-process locks on one or more resources. |
![]() | 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.) |
![]() | QueryLockMode | Returns true if an exclusive lock on the given resource is currently held. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ITeamFoundationService::ServiceEnd | Implementation of ITeamFoundationService::ServiceEnd. |
![]() ![]() | ITeamFoundationService::ServiceStart | Implementation of ServiceStart. |
Show:
