-
-
Notifications
You must be signed in to change notification settings - Fork 357
ProducerProgress
StephenCleary edited this page Sep 4, 2014
·
1 revision
ProducerProgress
is an [[IProgress|http://msdn.microsoft.com/en-us/library/hh138298.aspx]] implementation that sends progress reports to an [[IProducerConsumerCollection|http://msdn.microsoft.com/en-us/library/dd287147.aspx]].
// A progress implementation that sends progress reports to a producer/consumer collection.
internal sealed class ProducerProgress<T> : IProgress<T>
{
// Initializes a new instance of the ProducerProgress<T> class.
public ProducerProgress(IProducerConsumerCollection<T> collection);
}
This type is not supported on the following platforms:
- Windows Phone Silverlight 8.0 / 7.5.
- Silverlight 5 / 4.