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.InterfacesAssembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)