This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMBreakTracker Interface (ArcObjects .NET 10.4 SDK) |
Deprecated as of 10.1. Provides access to members that control the long operation cancellation.
Defines members that control the long operation cancellation.
Cancel tracker interface for interrupting route finding.
Description | ||
---|---|---|
Continue | Called frequently while associated operation is progressing. A return value of false indicates that the operation should stop. |
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