Click or drag to resize

JobConfigurationAddAdditionalProgressCounter Method

Adds an additional progress counter for the specified type.

Namespace: Ookii.Jumbo.Jet.Jobs
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public bool AddAdditionalProgressCounter(
	Type type
)

Parameters

type  Type
The type.

Return Value

Boolean
if the additional counter was added; if type was already added or didn't define an additional progress counter.
See Also