ScheduledProcess.UseLocalMemory Property
|
Specifies whether this process will use Local Memory or not.
Namespace:
IntervalZero.RTX64.ConfigAssembly:
IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version:
3.3.0.0 (File version: 3.5.0)
Syntaxpublic bool UseLocalMemory { get; set; }Public Property UseLocalMemory As Boolean
Get
Set
public:
virtual property bool UseLocalMemory {
bool get () sealed;
void set (bool value) sealed;
}abstract UseLocalMemory : bool with get, set
override UseLocalMemory : bool with get, set
Property Value
Type:
BooleanImplements
IConfigScheduledProcess
UseLocalMemory
See Also