예제 #1
0
 public AxlNetClient.StandardResponse updateAarGroup(AxlNetClient.UpdateAarGroupReq updateAarGroup1)
 {
     AxlNetClient.updateAarGroupRequest inValue = new AxlNetClient.updateAarGroupRequest();
     inValue.updateAarGroup = updateAarGroup1;
     AxlNetClient.updateAarGroupResponse retVal = ((AxlNetClient.AXLPort7)(this)).updateAarGroup(inValue);
     return(retVal.updateAarGroupResponse1);
 }
예제 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateAarGroupResponse> updateAarGroupAsync(AxlNetClient.UpdateAarGroupReq updateAarGroup)
 {
     AxlNetClient.updateAarGroupRequest inValue = new AxlNetClient.updateAarGroupRequest();
     inValue.updateAarGroup = updateAarGroup;
     return(((AxlNetClient.AXLPort7)(this)).updateAarGroupAsync(inValue));
 }
예제 #3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateAarGroupResponse> updateAarGroupAsync(AxlNetClient.UpdateAarGroupReq updateAarGroup)
 {
     return(axlPortClient7.updateAarGroupAsync(updateAarGroup));
 }
예제 #4
0
 public AxlNetClient.StandardResponse updateAarGroup(AxlNetClient.UpdateAarGroupReq updateAarGroup1)
 {
     return(axlPortClient7.updateAarGroup(updateAarGroup1));
 }