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


IDataChanges3.GenerationNumbers Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDataChanges3 Interface > IDataChanges3.GenerationNumbers Property
ArcGIS Developer Help

IDataChanges3.GenerationNumbers Property

Source and target generation numbers for replica.

[Visual Basic .NET]
Public Sub GenerationNumbers ( _
    ByRef sourceGenBegin As Integer, _
    ByRef sourceGenEnd As Integer, _
    ByRef targetGen As Integer _
)
[C#]
public void GenerationNumbers (
    ref int sourceGenBegin,
    ref int sourceGenEnd,
    ref int targetGen
);
[C++]
HRESULT get_GenerationNumbers(
  System.Int32* sourceGenBegin,
  System.Int32* sourceGenEnd,
  System.Int32* targetGen
);
[C++]
Parameters
sourceGenBegin [out]

sourceGenBegin is a parameter of type long* sourceGenEnd [out]
sourceGenEnd is a parameter of type long* targetGen [out]
targetGen is a parameter of type long*

Product Availability

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

Remarks

Returns the beginning generation and end generation of the source of the data changes message. 

See Also

IDataChanges3 Interface

.NET Samples

Extending the replication synchronization process