Example #1
0
 public AxlNetClient.GetLineGroupRes getLineGroup(AxlNetClient.GetLineGroupReq getLineGroup1)
 {
     AxlNetClient.getLineGroupRequest inValue = new AxlNetClient.getLineGroupRequest();
     inValue.getLineGroup = getLineGroup1;
     AxlNetClient.getLineGroupResponse retVal = ((AxlNetClient.AXLPort16)(this)).getLineGroup(inValue);
     return(retVal.getLineGroupResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getLineGroupResponse> getLineGroupAsync(AxlNetClient.GetLineGroupReq getLineGroup)
 {
     return(axlPortClient16.getLineGroupAsync(getLineGroup));
 }
Example #3
0
 public AxlNetClient.GetLineGroupRes getLineGroup(AxlNetClient.GetLineGroupReq getLineGroup1)
 {
     return(axlPortClient16.getLineGroup(getLineGroup1));
 }
Example #4
0
 public System.Threading.Tasks.Task <AxlNetClient.getLineGroupResponse> getLineGroupAsync(AxlNetClient.GetLineGroupReq getLineGroup)
 {
     AxlNetClient.getLineGroupRequest inValue = new AxlNetClient.getLineGroupRequest();
     inValue.getLineGroup = getLineGroup;
     return(((AxlNetClient.AXLPort16)(this)).getLineGroupAsync(inValue));
 }