Share via


WorkerArchetype::Terminate

 

Called to uninitialize the worker object after all requests have been passed to Execute.

Syntax

 
    void Terminate(void* pvParam) throw();

Parameters

pvParam
A custom parameter understood by the worker class. Also passed to Initialize and Execute.

Requirements

Header: atlutil.h

See Also

Worker Archetype