TaskBase StartWork Method
Starts the Work of the task

Namespace: CrawlerLib.Engine
Assembly: CrawlerLib.Engine (in CrawlerLib.Engine.dll) Version: 2.1.5266.17437 (2.1.5266.17437)
Syntax
public abstract void StartWork()
Remarks
First of all set TaskResult to an TaskResultBase derived class object in StartWork. This must always be the first statement. Otherwise exceptions cant be stored and a null result will be delivered.
See Also