com.esri.arcgis.geodatabasedistributed
Interface IEnumTableDataChanges

All Superinterfaces:
Serializable
All Known Implementing Classes:
TablesDataChanges

public interface IEnumTableDataChanges
extends Serializable

Provides access to the TablesDataChanges objects.

Product Availability

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


Method Summary
 ITableDataChangesInfo next()
          The next table data changes in the enumeration.
 void reset()
          Reset the enumeration.
 

Method Detail

next

ITableDataChangesInfo next()
                           throws IOException,
                                  AutomationException
The next table data changes in the enumeration.

Product Availability

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

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

reset

void reset()
           throws IOException,
                  AutomationException
Reset the enumeration.

Product Availability

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

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