ListPoolRemoveList Method |
Remove the given list-id from the pool
Namespace: RAYLASE.Marker.Job.ExecutorAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntaxpublic void RemoveList(
int listID
)
Parameters
- listID Int32
- The id to remove: it has to be free (i.e. not marked as in-use)
RemarksThis is an expensive operation...
See Also