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.
Assigns the scheduler policy from another scheduler policy.
_CRTIMP 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 via the SetPolicyValue or SetConcurrencyLimits methods.
Requirements
Header: concrt.h
Namespace: Concurrency
See Also
Reference
SchedulerPolicy::SetPolicyValue Method