This document is archived and information here might be outdated.  Recommended version.


IEnumReplicaLog.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumReplicaLog.Next Method

Retreives the next replica in the enumeration sequence.

[Visual Basic .NET]
Public Function Next ( _
) As IReplicaLog
[C#]
public IReplicaLog Next (
);
[C++]
HRESULT Next(
  IReplicaLog** replicaLog
);
[C++]

Parameters replicaLog [out, retval]
replicaLog is a parameter of type IReplicaLog

Product Availability

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

See Also

IEnumReplicaLog Interface