Property ProgressCallback
ProgressCallback
Gets or initializes the progress callback, which gets invoked with the current approximate progress (between 0.0 and 1.0).
Default is null.
Declaration
public Func<(FileId FileId, string? VariantId), double, ValueTask>? ProgressCallback { get; init; }
Property Value
| Type | Description |
|---|---|
| Func<(FileId FileId, string VariantId), double, ValueTask> |