Beispiel #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);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addLineGroupResponse> addLineGroupAsync(AxlNetClient.AddLineGroupReq addLineGroup)
 {
     return(axlPortClient16.addLineGroupAsync(addLineGroup));
 }
Beispiel #3
0
 public AxlNetClient.StandardResponse addLineGroup(AxlNetClient.AddLineGroupReq addLineGroup1)
 {
     return(axlPortClient16.addLineGroup(addLineGroup1));
 }
Beispiel #4
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));
 }