Defines a provider for progress updates.
Namespace: Rackspace.ThreadingAssembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 1.1.0.0
Syntax
public interface IProgress<in T>
Public Interface IProgress(Of In T)
generic<typename T>
public interface class IProgress
type IProgress<'T> = interface end
Type Parameters
- T
- The type of progress update value.
The IProgressT type exposes the following members.
Methods
| Name | Description |
 | Report |
Reports a progress update.
|
Top
Version Information
.NET Framework
Supported in: 4.0, 3.5
Portable Class Library
Supported in: Portable Class Library (Legacy)
Rackspace Threading Library
Supported in: 1.1, 1.0
See Also