Ejemplo n.º 1
0
 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);
 }
Ejemplo n.º 2
0
 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));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.removeAarGroupResponse> AxlNetClient.AXLPort7.removeAarGroupAsync(AxlNetClient.removeAarGroupRequest request)
 {
     return(base.Channel.removeAarGroupAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.removeAarGroupResponse AxlNetClient.AXLPort7.removeAarGroup(AxlNetClient.removeAarGroupRequest request)
 {
     return(base.Channel.removeAarGroup(request));
 }