| IndicatorReport Method (IProgressIndicator, Int32, Int32, FuncString) |
Reports progress.
Namespace: Amdl.Maml.ConverterAssembly: 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
)
Public Shared Sub Report (
progress As IProgress(Of Indicator),
count As Integer,
index As Integer,
Optional nameFactory As Func(Of String) = Nothing
)
public:
static void Report(
IProgress<Indicator>^ progress,
int count,
int index,
Func<String^>^ nameFactory = nullptr
)
static member Report :
progress : IProgress<Indicator> *
count : int *
index : int *
?nameFactory : Func<string>
(* Defaults:
let _nameFactory = defaultArg nameFactory null
*)
-> unit
Parameters
- progress
- Type: SystemIProgressIndicator
Progress indicator. - count
- Type: SystemInt32
Count. - index
- Type: SystemInt32
Index. - nameFactory (Optional)
- Type: SystemFuncString
Name factory.
See Also