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