Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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