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
Function BeginReleaseSharedResourceLock ( _
resourceName As String, _
bookmarkName As String, _
callback As AsyncCallback, _
state As Object _
) As IAsyncResult
IAsyncResult BeginReleaseSharedResourceLock(
string resourceName,
string bookmarkName,
AsyncCallback callback,
Object state
)
IAsyncResult^ BeginReleaseSharedResourceLock(
String^ resourceName,
String^ bookmarkName,
AsyncCallback^ callback,
Object^ state
)
abstract BeginReleaseSharedResourceLock :
resourceName:string *
bookmarkName:string *
callback:AsyncCallback *
state:Object -> IAsyncResult
function BeginReleaseSharedResourceLock(
resourceName : String,
bookmarkName : String,
callback : AsyncCallback,
state : Object
) : IAsyncResult
Parameters
- resourceName
Type: System.String
- bookmarkName
Type: System.String
- callback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult
.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.