Esempio n. 1
0
 public AxlNetClient.StandardResponse updateNetworkAccessProfile(AxlNetClient.UpdateNetworkAccessProfileReq updateNetworkAccessProfile1)
 {
     AxlNetClient.updateNetworkAccessProfileRequest inValue = new AxlNetClient.updateNetworkAccessProfileRequest();
     inValue.updateNetworkAccessProfile = updateNetworkAccessProfile1;
     AxlNetClient.updateNetworkAccessProfileResponse retVal = ((AxlNetClient.AXLPort77)(this)).updateNetworkAccessProfile(inValue);
     return(retVal.updateNetworkAccessProfileResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateNetworkAccessProfileResponse> updateNetworkAccessProfileAsync(AxlNetClient.UpdateNetworkAccessProfileReq updateNetworkAccessProfile)
 {
     AxlNetClient.updateNetworkAccessProfileRequest inValue = new AxlNetClient.updateNetworkAccessProfileRequest();
     inValue.updateNetworkAccessProfile = updateNetworkAccessProfile;
     return(((AxlNetClient.AXLPort77)(this)).updateNetworkAccessProfileAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AxlNetClient.updateNetworkAccessProfileResponse> AxlNetClient.AXLPort77.updateNetworkAccessProfileAsync(AxlNetClient.updateNetworkAccessProfileRequest request)
 {
     return(base.Channel.updateNetworkAccessProfileAsync(request));
 }
Esempio n. 4
0
 AxlNetClient.updateNetworkAccessProfileResponse AxlNetClient.AXLPort77.updateNetworkAccessProfile(AxlNetClient.updateNetworkAccessProfileRequest request)
 {
     return(base.Channel.updateNetworkAccessProfile(request));
 }