Beispiel #1
0
 public AxlNetClient.StandardResponse updateWlanProfileGroup(AxlNetClient.UpdateWlanProfileGroupReq updateWlanProfileGroup1)
 {
     AxlNetClient.updateWlanProfileGroupRequest inValue = new AxlNetClient.updateWlanProfileGroupRequest();
     inValue.updateWlanProfileGroup = updateWlanProfileGroup1;
     AxlNetClient.updateWlanProfileGroupResponse retVal = ((AxlNetClient.AXLPort75)(this)).updateWlanProfileGroup(inValue);
     return(retVal.updateWlanProfileGroupResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateWlanProfileGroupResponse> updateWlanProfileGroupAsync(AxlNetClient.UpdateWlanProfileGroupReq updateWlanProfileGroup)
 {
     AxlNetClient.updateWlanProfileGroupRequest inValue = new AxlNetClient.updateWlanProfileGroupRequest();
     inValue.updateWlanProfileGroup = updateWlanProfileGroup;
     return(((AxlNetClient.AXLPort75)(this)).updateWlanProfileGroupAsync(inValue));
 }
Beispiel #3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateWlanProfileGroupResponse> updateWlanProfileGroupAsync(AxlNetClient.UpdateWlanProfileGroupReq updateWlanProfileGroup)
 {
     return(axlPortClient75.updateWlanProfileGroupAsync(updateWlanProfileGroup));
 }
Beispiel #4
0
 public AxlNetClient.StandardResponse updateWlanProfileGroup(AxlNetClient.UpdateWlanProfileGroupReq updateWlanProfileGroup1)
 {
     return(axlPortClient75.updateWlanProfileGroup(updateWlanProfileGroup1));
 }