Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Causes the Windows event handle passed in the _Event parameter to be signaled when the scheduler shuts down and destroys itself. At the time the event is signaled, all work that had been scheduled to the scheduler is complete. Multiple shutdown events can be registered through this method.
virtual void RegisterShutdownEvent(
HANDLE _Event
) =0;
Parameters
- _Event
A handle to a Windows event object which will be signaled by the runtime when the scheduler shuts down and destroys itself.
Requirements
Header: concrt.h
Namespace: concurrency