|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISMBreakTracker
Deprecated as of 10.1. Provides access to members that control the long operation cancellation.
Defines members that control the long operation cancellation.
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
Cancel tracker interface for interrupting route finding.
Method Summary | |
---|---|
boolean |
esri_continue()
Called frequently while associated operation is progressing. |
Method Detail |
---|
boolean esri_continue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |