This document is archived and information here might be outdated.  Recommended version.


IGPReplica.SibMyGenerationNumber Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplica Interface > IGPReplica.SibMyGenerationNumber Property
ArcGIS Developer Help

IGPReplica.SibMyGenerationNumber Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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. 

See Also

IGPReplica Interface