Click or drag to resize

ListPoolAddList Method

Add the given list-id to the pool (as a free list)

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public void AddList(
	int listID
)

Parameters

listID  Int32
The list-id to be added to the pool
Remarks
An exception is raised if the provided list-id is already assigned to the pool
See Also