ArcObjects Library Reference (GeoDatabase)  

IWorkspaceProgressTracker.CancelTracker Property

Cancel tracker that is associated with the workspace.

[Visual Basic .NET]
Public Property CancelTracker As ITrackCancel
[C#]
public ITrackCancel CancelTracker {get; set;}
[C++]
HRESULT get_CancelTracker(
  ITrackCancel** CancelTracker
);
[C++]
HRESULT putref_CancelTracker(
  ITrackCancel* CancelTracker
);
[C++]

Parameters

CancelTracker [out, retval]

  CancelTracker is a parameter of type ITrackCancel

CancelTracker [in]

  CancelTracker is a parameter of type ITrackCancel

Product Availability

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

See Also

IWorkspaceProgressTracker Interface