Bagikan melalui


IWorkerThreadClient Interface

IWorkerThreadClient is the interface implemented by clients of the CWorkerThread class.

Important

This class and its members cannot be used in applications that execute in the Windows Runtime.

__interface IWorkerThreadClient

Members

Methods

CloseHandle

Implement this method to close the handle associated with this object.

Execute

Implement this method to execute code when the handle associated with this object becomes signaled.

Remarks

Implement this interface when you have code that needs to execute on a worker thread in response to a handle becoming signaled.

Requirements

Header: atlutil.h

See Also

Reference

CWorkerThread Class

Other Resources

ATL Classes