ListPoolAcquire(Int32) Method |
Try to acquire the given number of list-ids from the pool
Namespace: RAYLASE.Marker.Job.ExecutorAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntaxpublic List<int> Acquire(
int nreqIDs
)
Parameters
- nreqIDs Int32
- The total number of the list-id we want to acquire from the pool
Return Value
ListInt32A 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