LockManager.ReleaseAnyLock Method

Release the most nested lock of a given lock type and any name.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub ReleaseAnyLock ( _
    lockType As LockManager.LockType, _
    requestId As Long _
)
public void ReleaseAnyLock(
    LockManager.LockType lockType,
    long requestId
)
public:
void ReleaseAnyLock(
    LockManager::LockType lockType, 
    long long requestId
)
member ReleaseAnyLock : 
        lockType:LockManager.LockType * 
        requestId:int64 -> unit
public function ReleaseAnyLock(
    lockType : LockManager.LockType, 
    requestId : long
)

Parameters

.NET Framework Security

See Also

Reference

LockManager Class

Microsoft.TeamFoundation.Framework.Server Namespace