System.IProgress<T> public interface IProgress<T> Documentation Code namespace System { public interface IProgress<in T> { void Report(T value); } }