TibrvFtMember::destroy()
Method
Declaration
TibrvStatusdestroy
(
TibrvFtMemberOnComplete* completeCB = NULL);
Purpose
Destroy a member of a fault tolerance group.
Remarks
By destroying a member object, the program cancels or withdraws its membership in the group. If the member is active, it stops sending the heartbeat signal.
Once a program withdraws from a group, it no longer receives fault tolerance events. One direct consequence is that an active program that withdraws can never receive an instruction to deactivate.
To free storage, call the object’s destructor. (The destroy method does not automatically free storage.)