TeamFoundationLockingService.AcquireLock Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
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. |
Top