Class ByteProgressDelta
Namespace: CmlLib.Core.Installers
Assembly: CmlLib.Core.dll
public class ByteProgressDelta : IProgress<ByteProgress>
Inheritance
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
ByteProgressDelta(long, Action<ByteProgress>)
public ByteProgressDelta(long initialSize, Action<ByteProgress> action)
Parameters
initialSize long
action Action<ByteProgress>
ByteProgressDelta(ByteProgress, Action<ByteProgress>)
public ByteProgressDelta(ByteProgress initial, Action<ByteProgress> action)
Parameters
initial ByteProgress
action Action<ByteProgress>
Methods
Report(ByteProgress)
public void Report(ByteProgress value)
Parameters
value ByteProgress
ReportDone()
public void ReportDone()