Fired after a worker has acquired a request to be processed.

Declaration Syntax

Event UrlBeganProcessing As EventHandler`1
event EventHandler`1<ProcessingStateEventArgs> UrlBeganProcessing;
__event EventHandler`1 UrlBeganProcessing;
In JScript, you can handle the events defined by a class, but you cannot define your own.

Requirements

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

See Also

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