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
- requestId
 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.