C# Class Tenteikura.FetcherQueue

Mostra file Open project: bolthar/tenteikura Class Usage Examples

Public Methods

Method Description
Enqueue ( Fetcher fetcher ) : void
FetcherQueue ( Action OnPageLoaded ) : System
Process ( ) : void

Private Methods

Method Description
OnCompleted ( Fetcher fetcher ) : void
RemoveFetcher ( Fetcher fetcher ) : void

Method Details

Enqueue() public method

public Enqueue ( Fetcher fetcher ) : void
fetcher Fetcher
return void

FetcherQueue() public method

public FetcherQueue ( Action OnPageLoaded ) : System
OnPageLoaded Action
return System

Process() public method

public Process ( ) : void
return void