Example #1
0
 public AxlNetClient.StandardResponse updateWLANProfile(AxlNetClient.UpdateWLANProfileReq updateWLANProfile1)
 {
     AxlNetClient.updateWLANProfileRequest inValue = new AxlNetClient.updateWLANProfileRequest();
     inValue.updateWLANProfile = updateWLANProfile1;
     AxlNetClient.updateWLANProfileResponse retVal = ((AxlNetClient.AXLPort76)(this)).updateWLANProfile(inValue);
     return(retVal.updateWLANProfileResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateWLANProfileResponse> updateWLANProfileAsync(AxlNetClient.UpdateWLANProfileReq updateWLANProfile)
 {
     AxlNetClient.updateWLANProfileRequest inValue = new AxlNetClient.updateWLANProfileRequest();
     inValue.updateWLANProfile = updateWLANProfile;
     return(((AxlNetClient.AXLPort76)(this)).updateWLANProfileAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateWLANProfileResponse> AxlNetClient.AXLPort76.updateWLANProfileAsync(AxlNetClient.updateWLANProfileRequest request)
 {
     return(base.Channel.updateWLANProfileAsync(request));
 }
Example #4
0
 AxlNetClient.updateWLANProfileResponse AxlNetClient.AXLPort76.updateWLANProfile(AxlNetClient.updateWLANProfileRequest request)
 {
     return(base.Channel.updateWLANProfile(request));
 }