Click or drag to resize

ctpICallback Interface

CADSharpTools.PDM callback.

Namespace:  CADSharpTools.Core
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public interface ctpICallback

The ctpICallback type exposes the following members.

Properties
  NameDescription
Public propertyCancelRequested
Returns whether the user has initiated a cancel request.
Public propertyMessage
Gets or sets a message to display to the user by callback to indicate status during a time-consuming task.
Top
Methods
  NameDescription
Public methodCancel
Cancels a time-consuming task.
Public methodFinish
Finishes a time-consuming task.
Top
See Also