Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
BeginReleaseSharedResourceLock | Releases an acquired lock or cancels a pending request. |
![]() |
BeginRequestSharedResourceLock | Requests a lock on a shared resource. |
![]() |
BeginTryRequestSharedResourceLock | Attempts to synchronously acquire a lock on the specified resource. |
![]() |
EndReleaseSharedResourceLock | |
![]() |
EndRequestSharedResourceLock | |
![]() |
EndTryRequestSharedResourceLock |
Top