The number of workers to use for processing requests.

Declaration Syntax

ReadOnly Property WorkerCount() As Integer
int WorkerCount {get;}
__property int get_WorkerCount();
function get WorkerCount() : int;

Remarks

This value determines how many requests can be processed at the same time.

Requirements

Namespace: Eas.WebCrawler.Interfaces
Assembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)

See Also

WebCrawlerContext Interface | WebCrawlerContext Members | Eas.WebCrawler.Interfaces Namespace