tibasMetaspace_DropSpace()

Deletes an existing space definition from a specified metaspace.

Declaration

tibas_status tibasMetaspace_DropSpace
(tibasMetaspace metaspace,
const char*      spaceName)

Parameters

Parameter Description
metaspace The TIBCO ActiveSpaces entity on which the function is invoked.
spaceName The name of the space to drop.

Remarks

Use the tibasMetaspace_DropSpace() function to delete a specified space definition from a specified space.

The function returns SPACE_NAME_INVALID if the specified space name does not exist.

Note: The space definition cannot be deleted if there are members connected to the space.