ResetPool
(Reset a SAM pool)
You can release all of the user IDs in a specific SAM pool using the
ResetPool
function.
Note: This function is intended for development and debugging.
This function takes the following parameters:
- URI for the 1010data connection (
uri
) - Group owner name (
owner
) - Group to be reset (
groupname
) - Group owner password (
password
)
ResetPool(uri, owner, groupname, password)
This function will disrupt any user who may be working with a SAM pool ID at the time.