Click or drag to resize
IndicatorReport Method (IProgressIndicator, Int32, Int32, String)
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 = 0,
	string name = null
)

Parameters

progress
Type: SystemIProgressIndicator
Progress indicator.
count
Type: SystemInt32
Count.
index (Optional)
Type: SystemInt32
Index.
name (Optional)
Type: SystemString
Name.
See Also