Compartilhar via


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

Segurança do .NET Framework

Consulte também

Referência

LockHelper Classe

Sobrecargas LockHelper

Namespace Microsoft.TeamFoundation.Framework.Server