C# Class Ecologylab.BigSemantics.Collecting.DownloadMonitor

Mostrar archivo Open project: ecologylab/BigSemanticsCSharp

Public Methods

Method 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 method

public DownloadMonitor ( ) : System
return System

QueueExtractionRequest() public method

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
return void

RunDownloadLoop() public method

public RunDownloadLoop ( ) : void
return void