This document is archived and information here might be outdated. Recommended version. |
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*
Returns the beginning generation and end generation of the source of the data changes message.