Name

Pkg::CallbackFinishDeltaDownload — Register callback function

Synopsis

void CallbackFinishDeltaDownload ( string func );
 

Parameters

string func

Name of the callback handler function. Required callback prototype is void(). The callback function is evaluated when the delta download has been finished.

Return

void