Share via


LockManager.HasLocks Method

Returns true if this requestId owns any locks

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

Syntax

'Declaration
Public Function HasLocks ( _
    requestId As Long _
) As Boolean
public bool HasLocks(
    long requestId
)
public:
bool HasLocks(
    long long requestId
)
member HasLocks : 
        requestId:int64 -> bool
public function HasLocks(
    requestId : long
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

LockManager Class

Microsoft.TeamFoundation.Framework.Server Namespace