Exemplo n.º 1
0
 public AxlNetClient.StandardResponse addPhoneSecurityProfile(AxlNetClient.AddPhoneSecurityProfileReq addPhoneSecurityProfile1)
 {
     AxlNetClient.addPhoneSecurityProfileRequest inValue = new AxlNetClient.addPhoneSecurityProfileRequest();
     inValue.addPhoneSecurityProfile = addPhoneSecurityProfile1;
     AxlNetClient.addPhoneSecurityProfileResponse retVal = ((AxlNetClient.AXLPort37)(this)).addPhoneSecurityProfile(inValue);
     return(retVal.addPhoneSecurityProfileResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.addPhoneSecurityProfileResponse> addPhoneSecurityProfileAsync(AxlNetClient.AddPhoneSecurityProfileReq addPhoneSecurityProfile)
 {
     return(axlPortClient37.addPhoneSecurityProfileAsync(addPhoneSecurityProfile));
 }
Exemplo n.º 3
0
 public AxlNetClient.StandardResponse addPhoneSecurityProfile(AxlNetClient.AddPhoneSecurityProfileReq addPhoneSecurityProfile1)
 {
     return(axlPortClient37.addPhoneSecurityProfile(addPhoneSecurityProfile1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.addPhoneSecurityProfileResponse> addPhoneSecurityProfileAsync(AxlNetClient.AddPhoneSecurityProfileReq addPhoneSecurityProfile)
 {
     AxlNetClient.addPhoneSecurityProfileRequest inValue = new AxlNetClient.addPhoneSecurityProfileRequest();
     inValue.addPhoneSecurityProfile = addPhoneSecurityProfile;
     return(((AxlNetClient.AXLPort37)(this)).addPhoneSecurityProfileAsync(inValue));
 }