LockManager.AssertNoLocksHeld Method (Int64)

Assert that the current thread holds no LockManager locks.

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

Syntax

'Declaration
Public Sub AssertNoLocksHeld ( _
    requestId As Long _
)
public void AssertNoLocksHeld(
    long requestId
)
public:
void AssertNoLocksHeld(
    long long requestId
)
member AssertNoLocksHeld : 
        requestId:int64 -> unit
public function AssertNoLocksHeld(
    requestId : long
)

Parameters

.NET Framework Security

See Also

Reference

LockManager Class

AssertNoLocksHeld Overload

Microsoft.TeamFoundation.Framework.Server Namespace