tibasMetaspace_ListenSpaceRemoteMemberEvents()

Attaches a listener to a metaspace for receiving remote space member events.

Declaration

tibas_status tibasMetaspace_ListenSpaceRemoteMemberEvents
(tibasMetaspace   metaspace,
const char*       spaceName,
tibasListener     listener)

Parameters

Parameter Description
metaspace The TIBCO ActiveSpaces entity on which the function is invoked.
spaceName The name of the space on which to attach the listener.
listener The listener.

Remarks

Use the tibasMetaspace_ListenSpaceMemberRemoteEvents() function to attach a listener to a specified metaspace to return remote space member events. 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.