Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse updateExternalCallControlProfile(AxlNetClient.UpdateExternalCallControlProfileReq updateExternalCallControlProfile1)
 {
     AxlNetClient.updateExternalCallControlProfileRequest inValue = new AxlNetClient.updateExternalCallControlProfileRequest();
     inValue.updateExternalCallControlProfile = updateExternalCallControlProfile1;
     AxlNetClient.updateExternalCallControlProfileResponse retVal = ((AxlNetClient.AXLPort52)(this)).updateExternalCallControlProfile(inValue);
     return(retVal.updateExternalCallControlProfileResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateExternalCallControlProfileResponse> updateExternalCallControlProfileAsync(AxlNetClient.UpdateExternalCallControlProfileReq updateExternalCallControlProfile)
 {
     AxlNetClient.updateExternalCallControlProfileRequest inValue = new AxlNetClient.updateExternalCallControlProfileRequest();
     inValue.updateExternalCallControlProfile = updateExternalCallControlProfile;
     return(((AxlNetClient.AXLPort52)(this)).updateExternalCallControlProfileAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.updateExternalCallControlProfileResponse> AxlNetClient.AXLPort52.updateExternalCallControlProfileAsync(AxlNetClient.updateExternalCallControlProfileRequest request)
 {
     return(base.Channel.updateExternalCallControlProfileAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.updateExternalCallControlProfileResponse AxlNetClient.AXLPort52.updateExternalCallControlProfile(AxlNetClient.updateExternalCallControlProfileRequest request)
 {
     return(base.Channel.updateExternalCallControlProfile(request));
 }