Table of Contents

Delegate PercentProgressCallback

Namespace
NanoByte.Common.Tasks
Assembly
NanoByte.Common.dll

A callback to be called by a workload to report its progress in percent.

[CLSCompliant(false)]
public delegate void PercentProgressCallback(int percent)

Parameters

percent int

The workload's progress in percent.

Extension Methods