TibrvFtMember.destroy()

Method

Declaration

void destroy()

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.

This method has two effects:

If this member is active, stop sending the heartbeat signal.
Reclaim the program storage associated with this member.

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.

See Also

TibrvFtMember()

TibrvFtMember.isValid()