The SMPProcessorAffinityMask property configures the hexadecimal processor mask. The hexadecimal processor mask indicates to which CPU the worker processes in an application pool should be bound. Before this property takes affect, the
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property SMPProcessorAffinityMask As Long |
C# |
---|
public long SMPProcessorAffinityMask { get; set; } |
C++ |
---|
public property long SMPProcessorAffinityMask sealed { __int64 get(); void set(__int64 value); } |
J# |
---|
/** property */ public long get_SMPProcessorAffinityMask(); /** property */ public void set_SMPProcessorAffinityMask(long value); |
JScript |
---|
public function get SMPProcessorAffinityMask() : long public function set SMPProcessorAffinityMask(value : long); |
Property Value
Value indicating the SMP processor affinity bit mask.
See Also
Documentation version 1.0.0.0.