com.esri.arcgis.geodatabaseextensions
Interface IExcludedEventIDs

All Superinterfaces:
Serializable
All Known Implementing Classes:
TemporalFeatureClass

public interface IExcludedEventIDs
extends Serializable

Provides access to Tracking Connection EventIDs to be permanently purged from cache and ignored in future.

Product Availability

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


Method Summary
 IStringArray getExcludedTrackingEventIDs()
          String array of EventIDs to be permanently purged and ignored.
 void setExcludedTrackingEventIDs(IStringArray pVal)
          String array of EventIDs to be permanently purged and ignored.
 

Method Detail

getExcludedTrackingEventIDs

IStringArray getExcludedTrackingEventIDs()
                                         throws IOException,
                                                AutomationException
String array of EventIDs to be permanently purged and ignored.

Product Availability

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

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

setExcludedTrackingEventIDs

void setExcludedTrackingEventIDs(IStringArray pVal)
                                 throws IOException,
                                        AutomationException
String array of EventIDs to be permanently purged and ignored.

Product Availability

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

Parameters:
pVal - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.