[This is preliminary documentation and is subject to change.]
When enabled, uses parallel execution while sweeping table buckets, otherwise sweeps sequentially (default behavior)
Namespace: NFX.DataAccess.CacheAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool ParallelSweep { get; set; }
public bool ParallelSweep { get; set; }
Public Property ParallelSweep As Boolean
Get
Set
Public Property ParallelSweep As Boolean
Get
Set
public:
property bool ParallelSweep {
bool get ();
void set (bool value);
}
public:
property bool ParallelSweep {
bool get ();
void set (bool value);
}
member ParallelSweep : bool with get, set
member ParallelSweep : bool with get, set
Property Value
Type:
Boolean