Click or drag to resize

ListPoolRemoveList Method

Remove the given list-id from the pool

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

Parameters

listID  Int32
The id to remove: it has to be free (i.e. not marked as in-use)
Remarks
This is an expensive operation...
See Also