C# 클래스 NuGet.Services.Metadata.Catalog.SortingGraphCollector

상속: SortingCollector
파일 보기 프로젝트 열기: NuGet/NuGet.Services.Metadata

공개 메소드들

메소드 설명
SortingGraphCollector ( Uri index, Uri types, Func handlerFunc = null ) : Newtonsoft.Json.Linq

보호된 메소드들

메소드 설명
ProcessGraphs ( IGraph>.KeyValuePair sortedGraphs, CancellationToken cancellationToken ) : Task
ProcessSortedBatch ( CollectorHttpClient client, KeyValuePair sortedBatch, JToken context, CancellationToken cancellationToken ) : Task

메소드 상세

ProcessGraphs() 보호된 추상적인 메소드

protected abstract ProcessGraphs ( IGraph>.KeyValuePair sortedGraphs, CancellationToken cancellationToken ) : Task
sortedGraphs IGraph>.KeyValuePair
cancellationToken System.Threading.CancellationToken
리턴 Task

ProcessSortedBatch() 보호된 메소드

protected ProcessSortedBatch ( CollectorHttpClient client, KeyValuePair sortedBatch, JToken context, CancellationToken cancellationToken ) : Task
client CollectorHttpClient
sortedBatch KeyValuePair
context JToken
cancellationToken System.Threading.CancellationToken
리턴 Task

SortingGraphCollector() 공개 메소드

public SortingGraphCollector ( Uri index, Uri types, Func handlerFunc = null ) : Newtonsoft.Json.Linq
index System.Uri
types System.Uri
handlerFunc Func
리턴 Newtonsoft.Json.Linq