tibasMemberListener_Create()

Creates a member event listener.

Declaration

tibas_status tibasMemberListener_Create(
    tibasListener* listener,
    tibas_onMemberEvent callback,
    void* closure)

Parameters

Parameter Description
listener The new listener object that is returned.
callback The name of the callback function.
closure Pointer to closure data that will be passed to the callback function when the listener is invoked.

Remarks

Use the tibasMemberListener_Create() function to create a listener that listens for metaspace member events.