Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
MyPackage.myExportedJobService service = new myExportedJobService ();
string[] args = new String;
args = "--context_param";
args = "param1=" + this.value1;
args = "--context_param";
args = "param2=" + Server.HtmlEncode(this.txtField.Text);
string[][] sret = service.runJob(args);