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.
Decrements the scheduler reference count.
virtual unsigned int Release() =0;
Return Value
The newly decremented reference count.
Remarks
This is typically used to manage the lifetime of the scheduler for composition. When the reference count of a scheduler falls to zero, the scheduler will shut down and destruct itself after all work on the scheduler has completed.
Requirements
Header: concrt.h
Namespace: concurrency