Interface IDisposableProgress<T>
Disposable progress
Inherited Members
System.IProgress<T>.Report(T)
System.IDisposable.Dispose()
Namespace: Neutronium.BuildingBlocks.ApplicationTools
Assembly: Neutronium.BuildingBlocks.ApplicationTools.dll
Syntax
public interface IDisposableProgress<in T> : IProgress<T>, IDisposable
Type Parameters
Name | Description |
---|---|
T | Progress type. |