Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Metaspace : Metaspace Operations : tibasMetaspace_GetSelfMember()

tibasMetaspace_GetSelfMember()
Function
Declaration
tibas_status tibasMetaspace_GetSelfMember
(tibasMetaspace   metaspace,
tibasMember*      member)
Purpose
Returns the member for the current metaspace connection.
Parameters
 
Remarks
Use the tibasMetaspace_GetSelfMember() function to return the name of the space member currently connected to a specified metaspace.
After you have obtained the member object, you can use it as input to the tibasMember functions, to obtain additional information about the member; for example, you can call tibasMember_GetManagementRole() to determine the management role for the member and call tibasMember_GetDistributionRole() to return the distribution role.
See Also
tibasMember_Free(), tibasMember_GetName(), tibasMember_GetManagementRole(), tibasMember_Free(), tibasMember_GetDistributionRole()

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved