Show / Hide Table of Contents

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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX