tibasMetaspace_GetSelfMember()

Returns the member for the current metaspace connection.

Declaration

tibas_status tibasMetaspace_GetSelfMember
(tibasMetaspace   metaspace,
tibasMember*      member)

Parameters

Parameter Description
metaspace The TIBCO ActiveSpaces entity on which the function is invoked.
member The member returned by the function.

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.