This document is archived and information here might be outdated.  Recommended version.


ISMBreakTracker Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMBreakTracker Interface
ArcGIS Developer Help

ISMBreakTracker Interface

Deprecated as of 10.1. Provides access to members that control the long operation cancellation.

Product Availability

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

Description

Defines members that control the long operation cancellation.

When To Use

Cancel tracker interface for interrupting route finding.

Members

Name Description
Method Continue Called frequently while associated operation is progressing. A return value of false indicates that the operation should stop.

Classes that implement ISMBreakTracker

Classes Description

Remarks

ISMBreakTracker.Continue must return False if operation should stop.

You may pass this implementation of the ISMBreakTracker interface to the ISMRouter.Solve method if you want to be able to cancel the route finding operation