Represents a handle to a progress, ProgressService.
Inheritance Hierarchy
Spotfire.Dxp.Framework.ApplicationModelProgressHandle
Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public sealed class ProgressHandle
The ProgressHandle type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Description | Gets the description of this ProgressHandle. The
description of a Progress is a user-friendly description, which is
represented in the user interface associated with the operation
progress (e.g. a progress dialog).
| |
| IsCanceled | Gets a value indicating whether cancellation has been requested for this instance or not.
| |
| Title | Gets the title of this ProgressHandle. The title
of a Progress is a user-friendly description, which is represented
in the user interface associated with the operation progress
(e.g. a progress dialog).
|
Methods
| Name | Description | |
|---|---|---|
| Cancel | Flag the progress for cancellation. Note that the progress operation
might not be canceled immediately.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
See Also