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.
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
- lockMode
Type: Microsoft.TeamFoundation.Framework.Server.LockMode
- request
Type: System.Int64
.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.