C# Class CatalogTests.TestCollector

Inheritance: NuGet.Services.Metadata.Catalog.CommitCollector
Afficher le fichier Open project: NuGet/NuGet.Services.Metadata Class Usage Examples

Méthodes publiques

Méthode Description
TestCollector ( string name, Uri index, Func handlerFunc = null ) : Newtonsoft.Json.Linq

Méthodes protégées

Méthode Description
OnProcessBatch ( CollectorHttpClient client, IEnumerable items, JToken context, System.DateTime commitTimeStamp, bool isLastBatch, CancellationToken cancellationToken ) : Task

Method Details

OnProcessBatch() protected méthode

protected OnProcessBatch ( CollectorHttpClient client, IEnumerable items, JToken context, System.DateTime commitTimeStamp, bool isLastBatch, CancellationToken cancellationToken ) : Task
client NuGet.Services.Metadata.Catalog.CollectorHttpClient
items IEnumerable
context JToken
commitTimeStamp System.DateTime
isLastBatch bool
cancellationToken System.Threading.CancellationToken
Résultat Task

TestCollector() public méthode

public TestCollector ( string name, Uri index, Func handlerFunc = null ) : Newtonsoft.Json.Linq
name string
index System.Uri
handlerFunc Func
Résultat Newtonsoft.Json.Linq