Example #1
0
 public AxlNetClient.StandardResponse updateSrst(AxlNetClient.UpdateSrstReq updateSrst1)
 {
     AxlNetClient.updateSrstRequest inValue = new AxlNetClient.updateSrstRequest();
     inValue.updateSrst = updateSrst1;
     AxlNetClient.updateSrstResponse retVal = ((AxlNetClient.AXLPort26)(this)).updateSrst(inValue);
     return(retVal.updateSrstResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateSrstResponse> updateSrstAsync(AxlNetClient.UpdateSrstReq updateSrst)
 {
     return(axlPortClient26.updateSrstAsync(updateSrst));
 }
Example #3
0
 public AxlNetClient.StandardResponse updateSrst(AxlNetClient.UpdateSrstReq updateSrst1)
 {
     return(axlPortClient26.updateSrst(updateSrst1));
 }
Example #4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateSrstResponse> updateSrstAsync(AxlNetClient.UpdateSrstReq updateSrst)
 {
     AxlNetClient.updateSrstRequest inValue = new AxlNetClient.updateSrstRequest();
     inValue.updateSrst = updateSrst;
     return(((AxlNetClient.AXLPort26)(this)).updateSrstAsync(inValue));
 }