Name

Pkg::CallbackSourceProbeEnd — Register callback function

Synopsis

void CallbackSourceProbeEnd ( string args );
 

Parameters

string args

Name of the callback handler function. Required callback prototype is void(string url, string error, string reason). The callback function is evaluated when source probing has been finished.

Return

void