Método GitUtils.ExpandHavesAndWants
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (em Microsoft.TeamFoundation.Git.Server.dll)
Sintaxe
'Declaração
Public Shared Function ExpandHavesAndWants ( _
requestContext As TeamFoundationRequestContext, _
repository As TfsGitRepository, _
haves As HashSet(Of Byte()), _
wants As IEnumerable(Of Byte()), _
shallows As Dictionary(Of Byte(), Boolean), _
wantsPreExpanded As Boolean, _
<OutAttribute> ByRef baseHaves As HashSet(Of TfsGitObject) _
) As HashSet(Of TfsGitObject)
public static HashSet<TfsGitObject> ExpandHavesAndWants(
TeamFoundationRequestContext requestContext,
TfsGitRepository repository,
HashSet<byte[]> haves,
IEnumerable<byte[]> wants,
Dictionary<byte[], bool> shallows,
bool wantsPreExpanded,
out HashSet<TfsGitObject> baseHaves
)
Parâmetros
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- repository
Tipo: Microsoft.TeamFoundation.Git.Server.TfsGitRepository
- haves
Tipo: System.Collections.Generic.HashSet<array<Byte[]>
- wants
Tipo: System.Collections.Generic.IEnumerable<array<Byte[]>
- shallows
Tipo: System.Collections.Generic.Dictionary<array<Byte[], Boolean>
- wantsPreExpanded
Tipo: System.Boolean
- baseHaves
Tipo: System.Collections.Generic.HashSet<TfsGitObject>%
Valor de retorno
Tipo: System.Collections.Generic.HashSet<TfsGitObject>
Retorna HashSet<T>.
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.