예제 #1
0
 public AxlNetClient.StandardResponse addLbmGroup(AxlNetClient.AddLbmGroupReq addLbmGroup1)
 {
     AxlNetClient.addLbmGroupRequest inValue = new AxlNetClient.addLbmGroupRequest();
     inValue.addLbmGroup = addLbmGroup1;
     AxlNetClient.addLbmGroupResponse retVal = ((AxlNetClient.AXLPort67)(this)).addLbmGroup(inValue);
     return(retVal.addLbmGroupResponse1);
 }
예제 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addLbmGroupResponse> addLbmGroupAsync(AxlNetClient.AddLbmGroupReq addLbmGroup)
 {
     return(axlPortClient67.addLbmGroupAsync(addLbmGroup));
 }
예제 #3
0
 public AxlNetClient.StandardResponse addLbmGroup(AxlNetClient.AddLbmGroupReq addLbmGroup1)
 {
     return(axlPortClient67.addLbmGroup(addLbmGroup1));
 }
예제 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.addLbmGroupResponse> addLbmGroupAsync(AxlNetClient.AddLbmGroupReq addLbmGroup)
 {
     AxlNetClient.addLbmGroupRequest inValue = new AxlNetClient.addLbmGroupRequest();
     inValue.addLbmGroup = addLbmGroup;
     return(((AxlNetClient.AXLPort67)(this)).addLbmGroupAsync(inValue));
 }