UpdatableProgressHandler

delegate void UpdatableProgressHandler(IUpdatable updatable, double progress)

Represents the method that is called when the progress of a transfer reaches a multiple of a configured increment or when the time since the previous callback reaches a configured interval.

Parameters
  • updatable – Updatable for which the progress is reported.

  • progress – Progress of transfer [0-1].