tibasAction_GetSpaceName()

Returns the name of the space that triggered the invocation of the persister function. Applicable to Actions of all types.

Declaration

tibas_status tibasAction_GetSpaceName(
    tibasAction action,
    char**      spaceName)

Parameters

Parameter Description
action The Action object on which the operation is performed.
spaceName Returns the name of the space associated with the action.

Remarks

Use the tibasAction_GetSpaceName() function to return the space name for the Space object associated with a specified action.