This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMBreakTracker Interface > ISMBreakTracker.Continue Method (ArcObjects .NET 10.5 SDK) |
Called frequently while associated operation is progressing. A return value of false indicates that the operation should stop.
[Visual Basic .NET] Public Function Continue ( _ ) As Boolean
[C#] public bool Continue ( );
[C++]
HRESULT Continue(
VARIANT_BOOL* bKeepGoing
);
[C++]
Parameters bKeepGoing [out, retval] bKeepGoing is a parameter of type VARIANT_BOOL
IBreakTracker.Continue must return False if operation should stop.