SemysGroupMemberPresenceConfirmProt

01 Confirms the new presence of a member.
02

int32 SemysGroupMemberPresenceConfirmProt(HSemysGroup group, uint64 memberIndex, uint64 key, void const *pData, uint32 dataSize);

03 Parameters:
  • group: The group.
  • memberIndex: Which member will be confirmed.
  • key: The join request key that was provided at SemysGroupMemberPresentProt().
  • pData: Encoded state data of the process (bytestream).
  • dataSize: Amount of bytes in pData.
04 Confirming the presence of a member is essential for a correct consistency handling. The process must have emptied its delivery queue before calling this function.
05 This function must be called on behalf of SemysGroupMemberPresentProt().
06 Global Lock: Required
Reference: SemysGroup.h
Implementation: Semys Library
See Also: Group Sub-System, SemysGroupMemberPresentProt()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.