TfvcHttpClient.GetChangesetsAsync, méthode (TfvcChangesetSearchCriteria, Nullable<Int32>, Nullable<Int32>, Object)
Espace de noms : Microsoft.TeamFoundation.SourceControl.WebApi
Assembly : Microsoft.TeamFoundation.SourceControl.WebApi (dans Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntaxe
'Déclaration
Public Function GetChangesetsAsync ( _
searchCriteriaObject As TfvcChangesetSearchCriteria, _
top As Nullable(Of Integer), _
skip As Nullable(Of Integer), _
userState As Object _
) As Task(Of TfvcChangesetsCollection)
public Task<TfvcChangesetsCollection> GetChangesetsAsync(
TfvcChangesetSearchCriteria searchCriteriaObject,
Nullable<int> top,
Nullable<int> skip,
Object userState
)
Paramètres
- searchCriteriaObject
Type : Microsoft.TeamFoundation.SourceControl.WebApi.TfvcChangesetSearchCriteria
- top
Type : System.Nullable<Int32>
- skip
Type : System.Nullable<Int32>
- userState
Type : System.Object
Valeur de retour
Type : System.Threading.Tasks.Task<TfvcChangesetsCollection>
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.
Voir aussi
Référence
Microsoft.TeamFoundation.SourceControl.WebApi, espace de noms