Returns the event type for a specified member event.
Declaration
tibas_status tibasMemberEvent_GetType(
tibasMemberEvent 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 tibasMemberEvent_GetType() function to return the event type for a specified member event.
The member event type can be one of the following:
- TIBAS_MEMBER_EVENT_JOIN
- Indicates that the member has joined the metaspace.
- TIBAS_MEMBER_EVENT_UPDATE
- Indicates that the member is being updated.
- TIBAS_MEMBER_EVENT_LEAVE
- Indicates that the member has left the metaspace.
Copyright © Cloud Software Group, Inc. All rights reserved.