Construtor LockHelper (LockManager, Int64, array<KeyValuePair<LockName<Int16, Guid>, Boolean>[], Boolean)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- lockManager
Tipo: Microsoft.TeamFoundation.Framework.Server.LockManager
- requestId
Tipo: System.Int64
- lockNames
Tipo: array<System.Collections.Generic.KeyValuePair<LockName<Int16, Guid>, Boolean>[]
- isExclusive
Tipo: System.Boolean
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.