Click or drag to resize

ListPool(PoolType, ListInt32) Constructor

Constructor.

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public ListPool(
	PoolType poolType,
	List<int> ids
)

Parameters

poolType  PoolType
The type of the pool (e.g.: static, dynamic or stream)
ids  ListInt32
List of list-id assigned to the pool
Remarks
The provided ids are marked as free (i.e. as not in-use). A given list-id can be assigned only to one pool at time
See Also