Click or drag to resize
IndicatorReport Method (IProgressIndicator, Int32, Int32, FuncString)
Reports progress.

Namespace: Amdl.Maml.Converter
Assembly: Amdl.Maml.Converter (in Amdl.Maml.Converter.dll) Version: 1.0.5821.17059
Syntax
public static void Report(
	IProgress<Indicator> progress,
	int count,
	int index,
	Func<string> nameFactory = null
)

Parameters

progress
Type: SystemIProgressIndicator
Progress indicator.
count
Type: SystemInt32
Count.
index
Type: SystemInt32
Index.
nameFactory (Optional)
Type: SystemFuncString
Name factory.
See Also