SchedulerPolicy::operator= 运算符

从另一个计划程序策略分配计划程序策略。

_CRTIMP SchedulerPolicy& operator=(
   const SchedulerPolicy& _RhsPolicy
);

参数

  • _RhsPolicy
    要分配给此策略的策略。

返回值

对计划程序策略的引用。

备注

通常,定义新的计划程序策略最方便的方法是复制现有的策略并通过 SetPolicyValueSetConcurrencyLimits 方法对其进行修改。

要求

**标头:**concrt.h

命名空间: 并发

请参见

参考

SchedulerPolicy 类

SchedulerPolicy::SetPolicyValue 方法

PolicyElementKey 枚举

其他资源

SchedulerPolicy::SetConcurrencyLimits 方法