Exemple #1
0
 public AxlNetClient.StandardResponse updateLineGroup(AxlNetClient.UpdateLineGroupReq updateLineGroup1)
 {
     AxlNetClient.updateLineGroupRequest inValue = new AxlNetClient.updateLineGroupRequest();
     inValue.updateLineGroup = updateLineGroup1;
     AxlNetClient.updateLineGroupResponse retVal = ((AxlNetClient.AXLPort16)(this)).updateLineGroup(inValue);
     return(retVal.updateLineGroupResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateLineGroupResponse> updateLineGroupAsync(AxlNetClient.UpdateLineGroupReq updateLineGroup)
 {
     return(axlPortClient16.updateLineGroupAsync(updateLineGroup));
 }
Exemple #3
0
 public AxlNetClient.StandardResponse updateLineGroup(AxlNetClient.UpdateLineGroupReq updateLineGroup1)
 {
     return(axlPortClient16.updateLineGroup(updateLineGroup1));
 }
Exemple #4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateLineGroupResponse> updateLineGroupAsync(AxlNetClient.UpdateLineGroupReq updateLineGroup)
 {
     AxlNetClient.updateLineGroupRequest inValue = new AxlNetClient.updateLineGroupRequest();
     inValue.updateLineGroup = updateLineGroup;
     return(((AxlNetClient.AXLPort16)(this)).updateLineGroupAsync(inValue));
 }