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
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.