Click or drag to resize
IProgressT Interface
Defines a provider for progress updates.

Namespace: Rackspace.Threading
Assembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 1.1.0.0
Syntax
public interface IProgress<in T>

Type Parameters

T
The type of progress update value.

The IProgressT type exposes the following members.

Methods
  NameDescription
Public methodReport
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