C# 클래스 Ecologylab.BigSemantics.Collecting.DownloadMonitor

파일 보기 프로젝트 열기: ecologylab/BigSemanticsCSharp

공개 메소드들

메소드 설명
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