ArcObjects Library Reference (GeoDatabaseDistributed)  

IReplicaMessageHandler.SibGenerationNumber Property

Replica sibling generation number.

[Visual Basic .NET]
Public ReadOnly Property SibGenerationNumber As Integer
[C#]
public int SibGenerationNumber {get;}
[C++]
HRESULT get_SibGenerationNumber(
  long* SibGen
);
[C++]

Parameters

SibGen [out, retval]   SibGen is a parameter of type long

Product Availability

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

Remarks

This property returns the generation number of the relative replica which generated the message file that was initialized with the ReplicaMessageHandler object.

See Also

IReplicaMessageHandler Interface