This document is archived and information here might be outdated. Recommended version. |
The last generation number that has been acknowledged by the relative replica.
[Visual Basic .NET]
Public Property SibMyGenerationNumber As Integer
[C#]
public int SibMyGenerationNumber {get; set;}
[C++]
HRESULT get_SibMyGenerationNumber(
long pSibMyGenerationNumber
);
[C++]
HRESULT put_SibMyGenerationNumber(
System.Int32* pSibMyGenerationNumber
);
[C++] Parameters pSibMyGenerationNumber [in]
pSibMyGenerationNumber is a parameter of type long pSibMyGenerationNumber [out, retval]
pSibMyGenerationNumber is a parameter of type long*
Returns the generation number that the sibling thinks is the replicas generation number.
The generation number returned is based on the replicas last received acknowledgement message from it's relative.