Beispiel #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);
 }
Beispiel #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));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateAarGroupResponse> AxlNetClient.AXLPort7.updateAarGroupAsync(AxlNetClient.updateAarGroupRequest request)
 {
     return(base.Channel.updateAarGroupAsync(request));
 }
Beispiel #4
0
 AxlNetClient.updateAarGroupResponse AxlNetClient.AXLPort7.updateAarGroup(AxlNetClient.updateAarGroupRequest request)
 {
     return(base.Channel.updateAarGroup(request));
 }