LockManager.TestLock, méthode (String, LockManager.LockType, Int64)
Teste si ce thread détient déjà un verrou.
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Function TestLock ( _
lockName As String, _
lockType As LockManager.LockType, _
requestId As Long _
) As Boolean
public bool TestLock(
string lockName,
LockManager.LockType lockType,
long requestId
)
Paramètres
- lockName
Type : System.String
Le nom de verrous à tester.
- lockType
Type : Microsoft.TeamFoundation.Framework.Server.LockManager.LockType
Le type de verrou à tester.
- requestId
Type : System.Int64
Valeur de retour
Type : System.Boolean
True si du thread actuel les détient déjà qui se verrouillent, sinon false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.