Beispiel #1
0
 public bool launch(string app, string user, string caseref, string args)
 {
     Scratch.kodex.launchRequest inValue = new Scratch.kodex.launchRequest();
     inValue.Body         = new Scratch.kodex.launchRequestBody();
     inValue.Body.app     = app;
     inValue.Body.user    = user;
     inValue.Body.caseref = caseref;
     inValue.Body.args    = args;
     Scratch.kodex.launchResponse retVal = ((Scratch.kodex.apiSoap)(this)).launch(inValue);
     return(retVal.Body.launchResult);
 }
Beispiel #2
0
 Scratch.kodex.launchResponse Scratch.kodex.apiSoap.launch(Scratch.kodex.launchRequest request)
 {
     return(base.Channel.launch(request));
 }