| IndicatorReport Method (IProgressIndicator, Int32, Int32, String) |
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 = 0,
string name = null
)
Public Shared Sub Report (
progress As IProgress(Of Indicator),
count As Integer,
Optional index As Integer = 0,
Optional name As String = Nothing
)
public:
static void Report(
IProgress<Indicator>^ progress,
int count,
int index = 0,
String^ name = nullptr
)
static member Report :
progress : IProgress<Indicator> *
count : int *
?index : int *
?name : string
(* Defaults:
let _index = defaultArg index 0
let _name = defaultArg name null
*)
-> unit
Parameters
- progress
- Type: SystemIProgressIndicator
Progress indicator. - count
- Type: SystemInt32
Count. - index (Optional)
- Type: SystemInt32
Index. - name (Optional)
- Type: SystemString
Name.
See Also