This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDataChanges3 Interface > IDataChanges3.GenerationNumbers Property (ArcObjects .NET 10.5 SDK) |
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(
long* sourceGenBegin,
long* sourceGenEnd,
long* 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
Returns the beginning generation and end generation of the source of the data changes message.