tibasSpaceEvent_GetTuple()

Returns the tuple that generated a specified space event.

Declaration

tibas_status tibasSpaceEvent_GetTuple(
    tibasSpaceEvent spaceEvent,
    tibasTuple*     tuple)

Parameters

Parameter Description
spaceEvent The TIBCO ActiveSpaces entity on which the function is invoked.
tuple The tuple associated with the event.

Remarks

Use the tibasSpaceEvent_GetTuple() function to return the tuple associated with a spaceEvent. This is useful when processing events from an event browser.