Gets or sets whether to run GC after Moxie runs each task.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
public bool ForceGC { get; set; }public bool ForceGC { get; set; }Public Property ForceGC As Boolean
Get
Set
Public Property ForceGC As Boolean
Get
Set
public:
property bool ForceGC {
bool get ();
void set (bool value);
}public:
property bool ForceGC {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
This only works with Moxie (for now at least).