UpdatableCompleteHandler

delegate void UpdatableCompleteHandler(IUpdatable updatable, PmpException ex)

Represents the method that is called when a transfer is completed.

Parameters
  • updatable – Updatable for which the transfer completed.

  • ex – Exception containing details about the error that occurred. Null reference if no error occurred.