Click or drag to resize

ListPoolRelease Method

Release the given list of list-ids

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public void Release(
	List<int> listIDs
)

Parameters

listIDs  ListInt32
The list of list-ids to release (i.e. to mark as free)
See Also