Пример #1
0
 public AxlNetClient.StandardResponse removeExternalCallControlProfile(AxlNetClient.NameAndGUIDRequest removeExternalCallControlProfile1)
 {
     AxlNetClient.removeExternalCallControlProfileRequest inValue = new AxlNetClient.removeExternalCallControlProfileRequest();
     inValue.removeExternalCallControlProfile = removeExternalCallControlProfile1;
     AxlNetClient.removeExternalCallControlProfileResponse retVal = ((AxlNetClient.AXLPort52)(this)).removeExternalCallControlProfile(inValue);
     return(retVal.removeExternalCallControlProfileResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeExternalCallControlProfileResponse> removeExternalCallControlProfileAsync(AxlNetClient.NameAndGUIDRequest removeExternalCallControlProfile)
 {
     AxlNetClient.removeExternalCallControlProfileRequest inValue = new AxlNetClient.removeExternalCallControlProfileRequest();
     inValue.removeExternalCallControlProfile = removeExternalCallControlProfile;
     return(((AxlNetClient.AXLPort52)(this)).removeExternalCallControlProfileAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.removeExternalCallControlProfileResponse> AxlNetClient.AXLPort52.removeExternalCallControlProfileAsync(AxlNetClient.removeExternalCallControlProfileRequest request)
 {
     return(base.Channel.removeExternalCallControlProfileAsync(request));
 }
Пример #4
0
 AxlNetClient.removeExternalCallControlProfileResponse AxlNetClient.AXLPort52.removeExternalCallControlProfile(AxlNetClient.removeExternalCallControlProfileRequest request)
 {
     return(base.Channel.removeExternalCallControlProfile(request));
 }