Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <CompuFlowGateway.TestApplication.CFGateway.ExecuteFlowWithReturnResponse> ExecuteFlowWithReturnAsync(string flowID, CompuFlowGateway.TestApplication.CFGateway.ArrayOfString keys, CompuFlowGateway.TestApplication.CFGateway.ArrayOfString values)
 {
     CompuFlowGateway.TestApplication.CFGateway.ExecuteFlowWithReturnRequest inValue = new CompuFlowGateway.TestApplication.CFGateway.ExecuteFlowWithReturnRequest();
     inValue.Body        = new CompuFlowGateway.TestApplication.CFGateway.ExecuteFlowWithReturnRequestBody();
     inValue.Body.flowID = flowID;
     inValue.Body.keys   = keys;
     inValue.Body.values = values;
     return(((CompuFlowGateway.TestApplication.CFGateway.ExecuteFlowWebServiceSoap)(this)).ExecuteFlowWithReturnAsync(inValue));
 }
Ejemplo n.º 2
0
 public byte[] ExecuteFlowWithReturn(string flowID, CompuFlowGateway.TestApplication.CFGateway.ArrayOfString keys, CompuFlowGateway.TestApplication.CFGateway.ArrayOfString values)
 {
     CompuFlowGateway.TestApplication.CFGateway.ExecuteFlowWithReturnRequest inValue = new CompuFlowGateway.TestApplication.CFGateway.ExecuteFlowWithReturnRequest();
     inValue.Body        = new CompuFlowGateway.TestApplication.CFGateway.ExecuteFlowWithReturnRequestBody();
     inValue.Body.flowID = flowID;
     inValue.Body.keys   = keys;
     inValue.Body.values = values;
     CompuFlowGateway.TestApplication.CFGateway.ExecuteFlowWithReturnResponse retVal = ((CompuFlowGateway.TestApplication.CFGateway.ExecuteFlowWebServiceSoap)(this)).ExecuteFlowWithReturn(inValue);
     return(retVal.Body.ExecuteFlowWithReturnResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <CompuFlowGateway.TestApplication.CFGateway.ExecuteFlowWithReturnResponse> CompuFlowGateway.TestApplication.CFGateway.ExecuteFlowWebServiceSoap.ExecuteFlowWithReturnAsync(CompuFlowGateway.TestApplication.CFGateway.ExecuteFlowWithReturnRequest request)
 {
     return(base.Channel.ExecuteFlowWithReturnAsync(request));
 }
Ejemplo n.º 4
0
 CompuFlowGateway.TestApplication.CFGateway.ExecuteFlowWithReturnResponse CompuFlowGateway.TestApplication.CFGateway.ExecuteFlowWebServiceSoap.ExecuteFlowWithReturn(CompuFlowGateway.TestApplication.CFGateway.ExecuteFlowWithReturnRequest request)
 {
     return(base.Channel.ExecuteFlowWithReturn(request));
 }