Returns a list of all the members of the space.
Declaration
tibas_status tibasMetaspace_GetSpaceMembers(
tibasMetaspace metaspace,
tibasMemberList* memberList,
const char* spaceName)
Parameters
Parameter |
Description |
metaspace |
The TIBCO ActiveSpaces entity on which the function is invoked. |
memberList |
A returned list of members of the metaspace. |
spaceName |
The name of the space. |
Remarks
Use the tibasMetaspace_GetSpaceMembers() function to return a list of the members of a specified space in a specified metaspace.
After you have obtained the member list, you can call the tibasMemberList functions to determine additional information about the members.
Copyright © Cloud Software Group, Inc. All Rights Reserved.