ArcObjects Library Reference (GeoDatabase)  

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(
  long pSibMyGenerationNumber
);
[C++]

Parameters

pSibMyGenerationNumber [out, retval]   pSibMyGenerationNumber is a parameter of type long pSibMyGenerationNumber [in]   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