This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplica Interface > IGPReplica.SibMyGenerationNumber Property (ArcObjects .NET 10.5 SDK) |
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(
long pSibMyGenerationNumber
);
[C++]
Parameters pSibMyGenerationNumber [out, retval] pSibMyGenerationNumber is a parameter of type long pSibMyGenerationNumber [in] 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.