Returns the event type for a specified remote member event.
Declaration
tibas_status tibasRemoteMemberEvent_GetType(
tibasRemoteMemberEvent memberEvent,
tibas_memberEventType* memberEventType);
Parameters
Parameter
|
Description
|
memberEvent
|
Specify the memberEvent object for which you want to return the event type.
|
memberEventType
|
Returns the event type.
|
Remarks
Use the tibasRemoteMemberEvent_GetType() function to return the event type for a specified remote member event.
The remote member event type can be one of the following:
- TIBAS_MEMBER_EVENT_JOIN
- Indicates that the remote space member has joined the metaspace.
- TIBAS_MEMBER_EVENT_LEAVE
- Indicates that the remote space member has left the metaspace.
Copyright © Cloud Software Group, Inc. All rights reserved.