IDPool Class |
Namespace: Vaser
public class IDPool
The IDPool type exposes the following members.
Name | Description | |
---|---|---|
AddFreeIDs | Adds an specific amount to the free ID pool. | |
CountFreeIDs | How many IDs are available in the free pool. | |
DisposeID | Frees the used id back to the pool | |
GetFreeID | Returns a free ID from the pool | |
RegisterFreeID | Removes the ID from the pool and marks as used |