Click or drag to resize

BaseJobExecutorProfileListPoolMap Property

The map of which lists are available and how they are partitioned into the static, dynamic and stream pools. Leave empty to ignore.

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public IDictionary<int, PoolType> ListPoolMap { get; }

Property Value

IDictionaryInt32, PoolType
See Also