Пример #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);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateExternalCallControlProfileResponse> updateExternalCallControlProfileAsync(AxlNetClient.UpdateExternalCallControlProfileReq updateExternalCallControlProfile)
 {
     return(axlPortClient52.updateExternalCallControlProfileAsync(updateExternalCallControlProfile));
 }
Пример #3
0
 public AxlNetClient.StandardResponse updateExternalCallControlProfile(AxlNetClient.UpdateExternalCallControlProfileReq updateExternalCallControlProfile1)
 {
     return(axlPortClient52.updateExternalCallControlProfile(updateExternalCallControlProfile1));
 }
Пример #4
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));
 }