Defines a provider for progress updates.
Namespace: SystemAssembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 2.1.0-beta1
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: 3.5
Threading Library
Supported in: 2.1, 2.0
See Also