Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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