com.esri.arcgis.geodatabasedistributed
Interface IReplicationAgentCancelControl

All Superinterfaces:
Serializable
All Known Implementing Classes:
GFSReplicationAgent, ReplicationAgent

public interface IReplicationAgentCancelControl
extends Serializable

Provides access to methods that control how cancellation of methods in the replication agent.

Product Availability

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


Method Summary
 void setCancelTrackerByRef(ITrackCancel rhs1)
          The cancel tracker to inspect for user cancellations.
 

Method Detail

setCancelTrackerByRef

void setCancelTrackerByRef(ITrackCancel rhs1)
                           throws IOException,
                                  AutomationException
The cancel tracker to inspect for user cancellations.

Remarks

The putref_CancelTracker method inspects for user cancellations.

Product Availability

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

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