Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IProgress<T> Interface

Definition

Namespace:
System
Assemblies:
mscorlib.dll, System.Runtime.dll
Assemblies:
netstandard.dll, System.Runtime.dll
Assembly:
System.Runtime.dll
Assembly:
mscorlib.dll
Assembly:
netstandard.dll
Source:
IProgress.cs
Source:
IProgress.cs
Source:
ThreadPoolBoundHandleOverlapped.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Defines a provider for progress updates.

generic <typename T>
public interface class IProgress
public interface IProgress<in T>
type IProgress<'T> = interface
Public Interface IProgress(Of In T)

Type Parameters

T

The type of progress update value.

This type parameter is contravariant. That is, you can use either the type you specified or any type that is less derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
Derived

Methods

Name Description
Report(T)

Reports a progress update.

Applies to


Feedback

Was this page helpful?