| TaskBase StartWork Method |
Starts the Work of the task
Namespace: CrawlerLib.EngineAssembly: CrawlerLib.Engine (in CrawlerLib.Engine.dll) Version: 2.1.5266.17437 (2.1.5266.17437)
Syntax
public abstract void StartWork()
Public MustOverride Sub StartWork
public:
virtual void StartWork() abstract
abstract StartWork : unit -> unit
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