Example #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);
 }
Example #2
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));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateLineGroupResponse> AxlNetClient.AXLPort16.updateLineGroupAsync(AxlNetClient.updateLineGroupRequest request)
 {
     return(base.Channel.updateLineGroupAsync(request));
 }
Example #4
0
 AxlNetClient.updateLineGroupResponse AxlNetClient.AXLPort16.updateLineGroup(AxlNetClient.updateLineGroupRequest request)
 {
     return(base.Channel.updateLineGroup(request));
 }