Click or drag to resize

IDPoolAddFreeIDs Method

Adds an specific amount to the free ID pool.

Namespace:  Vaser
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public uint AddFreeIDs( 	uint Quantity )

Parameters

Quantity
Type: SystemUInt32
quantity of new IDs

Return Value

Type: UInt32
new maximum IDs
See Also