Concurrency Namespace


Visual Studio 2010 - Visual C++
SchedulerPolicy Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

SchedulerPolicy contains policy elements that control the behavior of a scheduler instance.

class SchedulerPolicy;
Members

Public Constructors

Name

Description

SchedulerPolicy::~SchedulerPolicy Destructor

Destroys a scheduler policy.

SchedulerPolicy::SchedulerPolicy Constructor

Overloaded. Creates a new default scheduler policy.

Public Methods

Name

Description

SchedulerPolicy::_ValidateConcRTPolicy Method

Check if this policy is a valid policy for a ConcRT scheduler.

SchedulerPolicy::GetPolicyValue Method

Retrieve the value of the supplied policy key.

SchedulerPolicy::SetConcurrencyLimits Method

SchedulerPolicy::SetPolicyValue Method

Set the value of the supplied policy key and return the old value.

Public Operators

Name

Description

SchedulerPolicy::operator= Operator

Assignment operator. The most convenient way to define a new scheduler policy is to copy an existing policy and modify it.

Inheritance Hierarchy

Concurrency::SchedulerPolicy

Requirements

Header: concrt.h

See Also

Reference

Page view tracker