예제 #1
0
 public AxlNetClient.StandardResponse addLineGroup(AxlNetClient.AddLineGroupReq addLineGroup1)
 {
     AxlNetClient.addLineGroupRequest inValue = new AxlNetClient.addLineGroupRequest();
     inValue.addLineGroup = addLineGroup1;
     AxlNetClient.addLineGroupResponse retVal = ((AxlNetClient.AXLPort16)(this)).addLineGroup(inValue);
     return(retVal.addLineGroupResponse1);
 }
예제 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addLineGroupResponse> addLineGroupAsync(AxlNetClient.AddLineGroupReq addLineGroup)
 {
     AxlNetClient.addLineGroupRequest inValue = new AxlNetClient.addLineGroupRequest();
     inValue.addLineGroup = addLineGroup;
     return(((AxlNetClient.AXLPort16)(this)).addLineGroupAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <AxlNetClient.addLineGroupResponse> AxlNetClient.AXLPort16.addLineGroupAsync(AxlNetClient.addLineGroupRequest request)
 {
     return(base.Channel.addLineGroupAsync(request));
 }
예제 #4
0
 AxlNetClient.addLineGroupResponse AxlNetClient.AXLPort16.addLineGroup(AxlNetClient.addLineGroupRequest request)
 {
     return(base.Channel.addLineGroup(request));
 }