Exemplo n.º 1
0
 public AxlNetClient.StandardResponse updatePhoneSecurityProfile(AxlNetClient.UpdatePhoneSecurityProfileReq updatePhoneSecurityProfile1)
 {
     AxlNetClient.updatePhoneSecurityProfileRequest inValue = new AxlNetClient.updatePhoneSecurityProfileRequest();
     inValue.updatePhoneSecurityProfile = updatePhoneSecurityProfile1;
     AxlNetClient.updatePhoneSecurityProfileResponse retVal = ((AxlNetClient.AXLPort37)(this)).updatePhoneSecurityProfile(inValue);
     return(retVal.updatePhoneSecurityProfileResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updatePhoneSecurityProfileResponse> updatePhoneSecurityProfileAsync(AxlNetClient.UpdatePhoneSecurityProfileReq updatePhoneSecurityProfile)
 {
     return(axlPortClient37.updatePhoneSecurityProfileAsync(updatePhoneSecurityProfile));
 }
Exemplo n.º 3
0
 public AxlNetClient.StandardResponse updatePhoneSecurityProfile(AxlNetClient.UpdatePhoneSecurityProfileReq updatePhoneSecurityProfile1)
 {
     return(axlPortClient37.updatePhoneSecurityProfile(updatePhoneSecurityProfile1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.updatePhoneSecurityProfileResponse> updatePhoneSecurityProfileAsync(AxlNetClient.UpdatePhoneSecurityProfileReq updatePhoneSecurityProfile)
 {
     AxlNetClient.updatePhoneSecurityProfileRequest inValue = new AxlNetClient.updatePhoneSecurityProfileRequest();
     inValue.updatePhoneSecurityProfile = updatePhoneSecurityProfile;
     return(((AxlNetClient.AXLPort37)(this)).updatePhoneSecurityProfileAsync(inValue));
 }