RVTDocs.com
Namespace: Autodesk.Revit.DB

CancellationListener

Class
Description:
Allows clients to poll the cancellation status of a background operation. Revit instantiates CancellationListener objects for internal background operation implementations only.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.CancellationListener
Syntax
CancellationListener Class Members:
Name Description Inherited From
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Name Description Inherited From
Dispose Releases all resources used by the CancellationListener
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
IsCancelled Returns true if the operation associated with this instance has been cancelled.
ToString Returns a string that represents the current object. (Inherited from Object ) Object