Click or drag to resize

ListPoolAcquire(Int32) Method

Try to acquire the given number of list-ids from the pool

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

Parameters

nreqIDs  Int32
The total number of the list-id we want to acquire from the pool

Return Value

ListInt32
A list containing the acquired list-ids or an empty list, if the number of available free-ids is less than the requested ones
See Also