Click or drag to resize

IHasAdditionalProgress Interface

Interface for tasks, multi record readers and channels that report additional progress.

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public interface IHasAdditionalProgress

The IHasAdditionalProgress type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalProgress Gets the additional progress value.
Top
Remarks
Use the AdditionalProgressCounterAttribute attribute to specify a name for the counter.
See Also