C# Class Ecologylab.BigSemantics.Collecting.DownloadMonitor

Afficher le fichier Open project: ecologylab/BigSemanticsCSharp

Méthodes publiques

Méthode Description
DownloadMonitor ( ) : System
QueueExtractionRequest ( DocumentClosure documentClosure ) : void

Passes the DocumentClosure through to the RunDownloadLoop. Once the resulting extraction is completed, the call site is notified through the await mechanism.

RunDownloadLoop ( ) : void

Method Details

DownloadMonitor() public méthode

public DownloadMonitor ( ) : System
Résultat System

QueueExtractionRequest() public méthode

Passes the DocumentClosure through to the RunDownloadLoop. Once the resulting extraction is completed, the call site is notified through the await mechanism.
public QueueExtractionRequest ( DocumentClosure documentClosure ) : void
documentClosure Ecologylab.BigSemantics.MetadataNS.Builtins.DocumentClosure
Résultat void

RunDownloadLoop() public méthode

public RunDownloadLoop ( ) : void
Résultat void