The unique ID of the worker processing request.

Declaration Syntax

ReadOnly Property Id() As Integer
int Id {get;}
__property int get_Id();
function get Id() : int;

Remarks

All requests are processed by a worker. Each worker has a unique ID between
0
and
WorkerCount-1
.

Requirements

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

See Also

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