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); }
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)); }
System.Threading.Tasks.Task <AxlNetClient.getLineGroupResponse> AxlNetClient.AXLPort16.getLineGroupAsync(AxlNetClient.getLineGroupRequest request) { return(base.Channel.getLineGroupAsync(request)); }
AxlNetClient.getLineGroupResponse AxlNetClient.AXLPort16.getLineGroup(AxlNetClient.getLineGroupRequest request) { return(base.Channel.getLineGroup(request)); }