|
|
The Progress type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
BeginSubOperation(Double) |
Starts a sub operation. Progress in sub op between 0 and 1 maps to fraction of remaining time in main operation. Can be nested.
|
|
|
BeginSubOperation(Double, String) |
Starts a sub operation. Progress in sub op between 0 and 1 maps to fraction of remaining time in main operation. Can be nested.
|
|
|
Cancel |
Forces operation to cancel next time Update(Double) is called
|
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
EndSubOperation()()()() |
Ends the current sub operation. It may have either fully completed or ended early.
|
|
|
EndSubOperation(Boolean) |
Ends the current sub operation. It may have either fully completed or ended early.
|
|
|
Equals |
Determines whether the specified object and the current object refer to the same
underlying native object. Returns false if either object has been disposed.
(Inherited from NativeHandle.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
|
|
GetHashCode | (Inherited from NativeHandle.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ReportError(Int32) |
Report an error immediately to the user.
|
|
|
ReportError(Int32, String) |
Report an error immediately to the user.
|
|
|
ReportError(Int32, String, Boolean) |
Report an error immediately to the user.
|
|
|
ToString | (Inherited from NativeHandle.) |
|
|
Update |
Updates progress on the current operation or sub-operation
|
Properties
| Name | Description | |
|---|---|---|
|
|
IsCanceled |
Determines if the operation is cancelled.
|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
|
|
WorkingFileName |
The working filename. Set if multiple files are being processed in this operation to give more detailed information.
|