Beispiel #1
0
 public AxlNetClient.StandardResponse resetPhoneSecurityProfile(AxlNetClient.NameAndGUIDRequest resetPhoneSecurityProfile1)
 {
     AxlNetClient.resetPhoneSecurityProfileRequest inValue = new AxlNetClient.resetPhoneSecurityProfileRequest();
     inValue.resetPhoneSecurityProfile = resetPhoneSecurityProfile1;
     AxlNetClient.resetPhoneSecurityProfileResponse retVal = ((AxlNetClient.AXLPort37)(this)).resetPhoneSecurityProfile(inValue);
     return(retVal.resetPhoneSecurityProfileResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.resetPhoneSecurityProfileResponse> resetPhoneSecurityProfileAsync(AxlNetClient.NameAndGUIDRequest resetPhoneSecurityProfile)
 {
     AxlNetClient.resetPhoneSecurityProfileRequest inValue = new AxlNetClient.resetPhoneSecurityProfileRequest();
     inValue.resetPhoneSecurityProfile = resetPhoneSecurityProfile;
     return(((AxlNetClient.AXLPort37)(this)).resetPhoneSecurityProfileAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AxlNetClient.resetPhoneSecurityProfileResponse> AxlNetClient.AXLPort37.resetPhoneSecurityProfileAsync(AxlNetClient.resetPhoneSecurityProfileRequest request)
 {
     return(base.Channel.resetPhoneSecurityProfileAsync(request));
 }
Beispiel #4
0
 AxlNetClient.resetPhoneSecurityProfileResponse AxlNetClient.AXLPort37.resetPhoneSecurityProfile(AxlNetClient.resetPhoneSecurityProfileRequest request)
 {
     return(base.Channel.resetPhoneSecurityProfile(request));
 }