public Boolean execute(Dictionary <string, String> pv)
 {
     Trace.WriteLineIf(debug_level >= TraceLevel.Info, "Exec " + name);
     return(mFunction.execute(pv));
 }