GitUtils.ExpandHavesAndWants-Methode
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
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
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- repository
Typ: Microsoft.TeamFoundation.Git.Server.TfsGitRepository
- haves
Typ: System.Collections.Generic.HashSet<array<Byte[]>
- wants
Typ: System.Collections.Generic.IEnumerable<array<Byte[]>
- shallows
Typ: System.Collections.Generic.Dictionary<array<Byte[], Boolean>
- wantsPreExpanded
Typ: System.Boolean
- baseHaves
Typ: System.Collections.Generic.HashSet<TfsGitObject>%
Rückgabewert
Typ: System.Collections.Generic.HashSet<TfsGitObject>
Gibt HashSet<T> zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.