ScheduledProcess.AffinityMask Property
|
The affinity mask for this ScheduledProcess
Namespace:
IntervalZero.RTX64.ConfigAssembly:
IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version:
4.0.0.0 (File version: 4.5.0)
Syntaxpublic ulong AffinityMask { get; set; }Public Property AffinityMask As ULong
Get
Set
public:
virtual property unsigned long long AffinityMask {
unsigned long long get () sealed;
void set (unsigned long long value) sealed;
}abstract AffinityMask : uint64 with get, set
override AffinityMask : uint64 with get, set
Property Value
Type:
UInt64Implements
IConfigScheduledProcess
AffinityMask
See Also