public AxlNetClient.StandardResponse removeAarGroup(AxlNetClient.NameAndGUIDRequest removeAarGroup1) { AxlNetClient.removeAarGroupRequest inValue = new AxlNetClient.removeAarGroupRequest(); inValue.removeAarGroup = removeAarGroup1; AxlNetClient.removeAarGroupResponse retVal = ((AxlNetClient.AXLPort7)(this)).removeAarGroup(inValue); return(retVal.removeAarGroupResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.removeAarGroupResponse> removeAarGroupAsync(AxlNetClient.NameAndGUIDRequest removeAarGroup) { AxlNetClient.removeAarGroupRequest inValue = new AxlNetClient.removeAarGroupRequest(); inValue.removeAarGroup = removeAarGroup; return(((AxlNetClient.AXLPort7)(this)).removeAarGroupAsync(inValue)); }
System.Threading.Tasks.Task <AxlNetClient.removeAarGroupResponse> AxlNetClient.AXLPort7.removeAarGroupAsync(AxlNetClient.removeAarGroupRequest request) { return(base.Channel.removeAarGroupAsync(request)); }
AxlNetClient.removeAarGroupResponse AxlNetClient.AXLPort7.removeAarGroup(AxlNetClient.removeAarGroupRequest request) { return(base.Channel.removeAarGroup(request)); }