Click or drag to resize

IBackgroundProgress Interface

Interface to update the progress of a background task.

Namespace: Demo3D.Visuals.BackgroundTaskViewer
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public interface IBackgroundProgress : IProgress<double>

The IBackgroundProgress type exposes the following members.

Methods
 NameDescription
Public methodReportState Update the current state of the background task
Public methodReportStatus Update the current status of the background task.
Top
See Also