This document is archived and information here might be outdated. Recommended version. |
The generation number of the relative replica.
[Visual Basic .NET]
Public Property SibGenerationNumber As Integer
[C#]
public int SibGenerationNumber {get; set;}
[C++]
HRESULT get_SibGenerationNumber(
long pSibGenerationNumber
);
[C++]
HRESULT put_SibGenerationNumber(
System.Int32* pSibGenerationNumber
);
[C++] Parameters pSibGenerationNumber [in]
pSibGenerationNumber is a parameter of type long pSibGenerationNumber [out, retval]
pSibGenerationNumber is a parameter of type long*
Returns the generation number for a replica's sibling as it is known to the replica.
The generation number returned is based on the replicas last received message from it's relative.