コード例 #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);
 }
コード例 #2
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));
 }
コード例 #3
0
 System.Threading.Tasks.Task <AxlNetClient.getLineGroupResponse> AxlNetClient.AXLPort16.getLineGroupAsync(AxlNetClient.getLineGroupRequest request)
 {
     return(base.Channel.getLineGroupAsync(request));
 }
コード例 #4
0
 AxlNetClient.getLineGroupResponse AxlNetClient.AXLPort16.getLineGroup(AxlNetClient.getLineGroupRequest request)
 {
     return(base.Channel.getLineGroup(request));
 }