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: 2.0.0
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