[This is preliminary documentation and is subject to change.]
Specifies how many instances of WorkContext(or derivatives) can be processed at the same time
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute(Default = 256)]
public int ParallelWorks { get; set; }
[ConfigAttribute(Default = 256)]
public int ParallelWorks { get; set; }
<ConfigAttribute(Default := 256)>
Public Property ParallelWorks As Integer
Get
Set
<ConfigAttribute(Default := 256)>
Public Property ParallelWorks As Integer
Get
Set
public:
[ConfigAttribute(Default = 256)]
property int ParallelWorks {
int get ();
void set (int value);
}
public:
[ConfigAttribute(Default = 256)]
property int ParallelWorks {
int get ();
void set (int value);
}
[<ConfigAttribute(Default = 256)>]
member ParallelWorks : int with get, set
[<ConfigAttribute(Default = 256)>]
member ParallelWorks : int with get, set
Property Value
Type:
Int32