Click or drag to resize
IProgressTReport Method
Reports a progress update.

Namespace: System
Assembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 2.1.0-beta1
Syntax
void Report(
	T value
)

Parameters

value
Type: T
The value of the updated progress.
Version Information

.NET Framework

Supported in: 3.5

Threading Library

Supported in: 2.1, 2.0
See Also