C# Класс Ecologylab.BigSemantics.Collecting.DownloadMonitor

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

DownloadMonitor() публичный Метод

public DownloadMonitor ( ) : System
Результат System

QueueExtractionRequest() публичный Метод

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
Результат void

RunDownloadLoop() публичный Метод

public RunDownloadLoop ( ) : void
Результат void