Exemple #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);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateNetworkAccessProfileResponse> updateNetworkAccessProfileAsync(AxlNetClient.UpdateNetworkAccessProfileReq updateNetworkAccessProfile)
 {
     return(axlPortClient77.updateNetworkAccessProfileAsync(updateNetworkAccessProfile));
 }
Exemple #3
0
 public AxlNetClient.StandardResponse updateNetworkAccessProfile(AxlNetClient.UpdateNetworkAccessProfileReq updateNetworkAccessProfile1)
 {
     return(axlPortClient77.updateNetworkAccessProfile(updateNetworkAccessProfile1));
 }
Exemple #4
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));
 }