Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 17 SpaceEvent, SpaceMemberEvent, SpaceRemoteMemberEvent, and RemoteMemberEvent : Space Event Operations : tibasSpaceEvent_HasOldTuple()

tibasSpaceEvent_HasOldTuple()
Function
Declaration
tibas_boolean tibasSpaceEvent_HasOldTuple(
tibasSpaceEvent spaceEvent)
Purpose
Checks whether a specified event has an existing tuple associated with it.
Parameters
 
Remarks
Use the tibasSpaceEvent_HasOldTuple() function to determine whether a specified spaceEvent has a tuple associated with it.
Returns TIBAS_TRUE if the event has a tuple. Returns TIBAS_FALSE if the event does not have an existing tuple.
See Also
tibasSpaceEvent_GetTuple(), tibasSpaceEvent_GetType()
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved