ArcObjects Library Reference (GeoDatabaseDistributed)  

IReplicaMessageHandler.MyGenerationNumber Property

Replica generation number.

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

Parameters

GenerationNumber [out, retval]   GenerationNumber 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 replica which generated the message file that was initialized with the ReplicaMessageHandler object.

See Also

IReplicaMessageHandler Interface