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