com.esri.arcgis.geodatabase
Interface IEnumReplicaDataset

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumReplicaDatasetProxy

public interface IEnumReplicaDataset
extends Serializable

Provides access to members that return a list of replica datasets.

Remarks

Use IEnumReplicaDataset to cycle through replica datasets for a replica.

Objects of this type are created through the IReplica::ReplicaDatasets property. The enumerator contains a set of IReplicaDataset objects that participate in the replica.

Product Availability

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


Method Summary
 IReplicaDataset next()
          Returns a dataset that is part of a replica.
 void reset()
          Resets a list of replica datasets.
 

Method Detail

next

IReplicaDataset next()
                     throws IOException,
                            AutomationException
Returns a dataset that is part of a replica.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.geodatabase.IReplicaDataset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets a list of replica datasets.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.