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.
Assigns the scheduler policy from another scheduler policy.
SchedulerPolicy& operator=(
const SchedulerPolicy& _RhsPolicy
);
Parameters
- _RhsPolicy
The policy to assign to this policy.
Return Value
A reference to the scheduler policy.
Remarks
Often, the most convenient way to define a new scheduler policy is to copy an existing policy and modify it using the SetPolicyValue or SetConcurrencyLimits methods.
Requirements
Header: concrt.h
Namespace: concurrency
See Also
Reference
SchedulerPolicy::SetPolicyValue Method