Called to execute a job.
virtual void Execute();
A derived class should call the base class's Execute method to carry out the job. Example:
void CMyIndexJob::Execute() { ... do things to get ready for indexing ... DIndexJob::Execute ... do things after indexing is done ... }
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|