Requests a change in the working state of the worker processing this request.

Declaration Syntax

Sub RequestChange( _
	ByVal newState As WorkerState _
)
void RequestChange(
	WorkerState newState
);
void RequestChange(
	WorkerState newState
);
function RequestChange(
	newState : WorkerState
);

Parameters

newState
The new WorkerState to which you want the worker to swtich. 

Requirements

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

See Also

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