tibasMetaspace_ListenSpaceMemberEvents()
Attaches a listener to a space for receiving space member events.
Declaration
tibas_status tibasMetaspace_ListenSpaceMemberEvents (tibasMetaspace metaspace, const char* spaceName, tibasListener listener)
Remarks
Use the tibasMetaspace_ListenSpaceMemberEvents() function to attach a listener to a specified space member in a specified metaspace. You do not have to be joined to the space to call the function.
Before you can attach a listener to a space, there must be a listener object created by a call to the tibasListener_Create() function.
Specify this object with the listener parameter.
Copyright © Cloud Software Group, Inc. All rights reserved.