This topic has not yet been rated - Rate this topic

IProgress<T> Interface

May 02, 2013

Defines a provider for progress updates.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)
public interface IProgress<in T>

Type Parameters

in 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 [2678dc63-c7f9-4590-9ddc-0a4df684d42e].

The IProgress<T> type exposes the following members.

  NameDescription
Public methodReportReports a progress update.
Top

Windows Phone OS

Supported in: 8.0

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.