Ejemplo n.º 1
0
 public AxlNetClient.ExecuteSQLQueryRes executeSQLQuery(AxlNetClient.ExecuteSQLQueryReq executeSQLQuery1)
 {
     AxlNetClient.executeSQLQueryRequest inValue = new AxlNetClient.executeSQLQueryRequest();
     inValue.executeSQLQuery = executeSQLQuery1;
     AxlNetClient.executeSQLQueryResponse retVal = ((AxlNetClient.AXLPort77)(this)).executeSQLQuery(inValue);
     return(retVal.executeSQLQueryResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.executeSQLQueryResponse> executeSQLQueryAsync(AxlNetClient.ExecuteSQLQueryReq executeSQLQuery)
 {
     AxlNetClient.executeSQLQueryRequest inValue = new AxlNetClient.executeSQLQueryRequest();
     inValue.executeSQLQuery = executeSQLQuery;
     return(((AxlNetClient.AXLPort77)(this)).executeSQLQueryAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.executeSQLQueryResponse> AxlNetClient.AXLPort77.executeSQLQueryAsync(AxlNetClient.executeSQLQueryRequest request)
 {
     return(base.Channel.executeSQLQueryAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.executeSQLQueryResponse AxlNetClient.AXLPort77.executeSQLQuery(AxlNetClient.executeSQLQueryRequest request)
 {
     return(base.Channel.executeSQLQuery(request));
 }