Name

Pkg::CallbackSourceProbeStart — Register callback function

Synopsis

void CallbackSourceProbeStart ( string args );
 

Parameters

string args

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

Return

void