Allows clients to poll the cancellation status of a background operation. Revit instantiates
CancellationListener objects for internal background operation implementations only. As such,
third-party developers are not expected to instantiate or handle CancellationListener objects.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2017
Syntax
Visual Basic |
---|
Public Class CancellationListener _
Implements IDisposable |
Visual C++ |
---|
public ref class CancellationListener : IDisposable |
Inheritance Hierarchy
See Also