Exemplo n.º 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);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getLineGroupResponse> getLineGroupAsync(AxlNetClient.GetLineGroupReq getLineGroup)
 {
     return(axlPortClient16.getLineGroupAsync(getLineGroup));
 }
Exemplo n.º 3
0
 public AxlNetClient.GetLineGroupRes getLineGroup(AxlNetClient.GetLineGroupReq getLineGroup1)
 {
     return(axlPortClient16.getLineGroup(getLineGroup1));
 }
Exemplo n.º 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));
 }