LockHelper, constructeur (LockManager, Int64, array<KeyValuePair<LockName<Int16, Guid>, Boolean>[], Boolean)
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Sub New ( _
lockManager As LockManager, _
requestId As Long, _
lockNames As KeyValuePair(Of LockName(Of Short, Guid), Boolean)(), _
isExclusive As Boolean _
)
public LockHelper(
LockManager lockManager,
long requestId,
KeyValuePair<LockName<short, Guid>, bool>[] lockNames,
bool isExclusive
)
Paramètres
- lockManager
Type : Microsoft.TeamFoundation.Framework.Server.LockManager
- requestId
Type : System.Int64
- lockNames
Type : array<System.Collections.Generic.KeyValuePair<LockName<Int16, Guid>, Boolean>[]
- isExclusive
Type : System.Boolean
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.