SMPAffinitized Property

MSBuild

Setting the SMPAffinitized property to true indicates that a particular worker process assigned to an application pool should be assigned to a given CPU. This property is used in conjunction with the SMPProcessorAffinityMask property to configure a particular processor a worker process will be assigned to.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property SMPAffinitized As Boolean
C#
public bool SMPAffinitized { get; set; }
C++
public property bool SMPAffinitized sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_SMPAffinitized();

/** property */
public void set_SMPAffinitized(bool value);
JScript
public function get SMPAffinitized() : bool

public function set SMPAffinitized(value : bool);

Property Value

Value indicating if SMPAffinitized is enabled or disabled.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.