Share via


CNonStatelessWorker::Execute

Implementation of WorkerArchetype::Execute.

void Execute( 
   Worker::RequestType request, 
   void* pvWorkerParam, 
   OVERLAPPED* pOverlapped  
);

Remarks

This method creates an instance of the Worker class on the stack and calls Initialize on that object. If the initialization is successful, this method also calls Execute and Terminate on the same object.

Requirements

Header: atlutil.h

See Also

Reference

CNonStatelessWorker Class