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.
The method that is called when a thread proxy starts executing a particular execution context. This should be the main worker routine for your scheduler.
virtual void Dispatch(
_Inout_ DispatchState * pDispatchState
) =0;
Parameters
- pDispatchState
A pointer to the state under which this execution context is being dispatched. For more information on dispatch state, see DispatchState.
Requirements
Header: concrtrm.h
Namespace: concurrency