Click or drag to resize

IDPool Methods

The IDPool type exposes the following members.

Methods
  NameDescription
Public methodAddFreeIDs
Adds an specific amount to the free ID pool.
Public methodCountFreeIDs
How many IDs are available in the free pool.
Public methodDisposeID
Frees the used id back to the pool
Public methodGetFreeID
Returns a free ID from the pool
Public methodRegisterFreeID
Removes the ID from the pool and marks as used
Top
See Also