| ProgressT Class |
Namespace: Rackspace.Threading
The ProgressT type exposes the following members.
| Name | Description | |
|---|---|---|
| ProgressT |
Initializes a new instance of the ProgressT class.
| |
| ProgressT(ActionT) |
Initializes a new instance of the ProgressT class with the specified callback.
|
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Serves as the default hash function. (Inherited from Object.) | |
| GetType |
Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnReport |
Reports a progress change.
| |
| ToString |
Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ProgressChanged |
Raised for each reported progress value.
|
| Name | Description | |
|---|---|---|
| IProgressTReport |
Reports a progress update.
|
Any handler provided to the constructor or event handlers registered with the ProgressChanged event are invoked through a SynchronizationContext instance captured when the instance is constructed. If there is no current SynchronizationContext at the time of construction, the callbacks will be invoked on the ThreadPool.