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


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

tibasSpaceMemberEvent_GetType()
Function
Declaration
tibas_status tibasSpaceMemberEvent_GetType(
tibasSpaceMemberEvent spaceMemberEvent,
tibas_memberEventType* memberEventType);
Purpose
Returns the event type for a specified space member event.
Parameters
 
Remarks
Use the tibasSpaceMemberEvent_GetType() function to return the event type for a specified space member event.
The space member event type can be one of the following:
TIBAS_MEMBER_EVENT_JOIN  Indicates that the member has joined the space.
TIBAS_MEMBER_EVENT_UPDATE Indicates that the member is being updated.
TIBAS_MEMBER_EVENT_LEAVE Indicates that the member has left the space.
See Also
tibasMemberEvent_GetType(), tibasSpaceMemberEvent_GetType(), tibasSpaceRemoteMemberEvent_GetType(), tibasRemoteMemberEvent_GetType()

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