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.
Releases an acquired lock or cancels a pending request.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Services
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Sub ReleaseSharedResourceLock ( _
resourceName As String, _
bookmarkName As String _
)
void ReleaseSharedResourceLock(
string resourceName,
string bookmarkName
)
void ReleaseSharedResourceLock(
String^ resourceName,
String^ bookmarkName
)
abstract ReleaseSharedResourceLock :
resourceName:string *
bookmarkName:string -> unit
function ReleaseSharedResourceLock(
resourceName : String,
bookmarkName : String
)
Parameters
- resourceName
Type: System.String
The name of the resource.
- bookmarkName
Type: System.String
The name of the bookmark.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.