Exemple #1
0
 public AxlNetClient.StandardResponse removePhoneSecurityProfile(AxlNetClient.NameAndGUIDRequest removePhoneSecurityProfile1)
 {
     AxlNetClient.removePhoneSecurityProfileRequest inValue = new AxlNetClient.removePhoneSecurityProfileRequest();
     inValue.removePhoneSecurityProfile = removePhoneSecurityProfile1;
     AxlNetClient.removePhoneSecurityProfileResponse retVal = ((AxlNetClient.AXLPort37)(this)).removePhoneSecurityProfile(inValue);
     return(retVal.removePhoneSecurityProfileResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removePhoneSecurityProfileResponse> removePhoneSecurityProfileAsync(AxlNetClient.NameAndGUIDRequest removePhoneSecurityProfile)
 {
     AxlNetClient.removePhoneSecurityProfileRequest inValue = new AxlNetClient.removePhoneSecurityProfileRequest();
     inValue.removePhoneSecurityProfile = removePhoneSecurityProfile;
     return(((AxlNetClient.AXLPort37)(this)).removePhoneSecurityProfileAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.removePhoneSecurityProfileResponse> AxlNetClient.AXLPort37.removePhoneSecurityProfileAsync(AxlNetClient.removePhoneSecurityProfileRequest request)
 {
     return(base.Channel.removePhoneSecurityProfileAsync(request));
 }
Exemple #4
0
 AxlNetClient.removePhoneSecurityProfileResponse AxlNetClient.AXLPort37.removePhoneSecurityProfile(AxlNetClient.removePhoneSecurityProfileRequest request)
 {
     return(base.Channel.removePhoneSecurityProfile(request));
 }