IntentLock.ExitLock Method

Exits the current lock with the requested mode

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

Syntax

'Declaration
Public Sub ExitLock ( _
    lockMode As LockMode, _
    request As Long _
)
public void ExitLock(
    LockMode lockMode,
    long request
)
public:
void ExitLock(
    LockMode lockMode, 
    long long request
)
member ExitLock : 
        lockMode:LockMode * 
        request:int64 -> unit
public function ExitLock(
    lockMode : LockMode, 
    request : long
)

Parameters

.NET Framework Security

See Also

Reference

IntentLock Class

Microsoft.TeamFoundation.Framework.Server Namespace