Specifies the contract for requesting and releasing locks on shared resources.
Namespace:  Microsoft.TeamFoundation.Build.Workflow.Services
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Interface ISharedResourceExtension
public interface ISharedResourceExtension
public interface class ISharedResourceExtension
type ISharedResourceExtension =  interface end
public interface ISharedResourceExtension
The ISharedResourceExtension type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | BeginReleaseSharedResourceLock | Releases an acquired lock or cancels a pending request. | 
| .gif) | BeginRequestSharedResourceLock | Requests a lock on a shared resource. | 
| .gif) | BeginTryRequestSharedResourceLock | Attempts to synchronously acquire a lock on the specified resource. | 
| .gif) | EndReleaseSharedResourceLock | |
| .gif) | EndRequestSharedResourceLock | |
| .gif) | EndTryRequestSharedResourceLock | 
Top