Пример #1
0
 public AxlNetClient.GetExternalCallControlProfileRes getExternalCallControlProfile(AxlNetClient.GetExternalCallControlProfileReq getExternalCallControlProfile1)
 {
     return(axlPortClient52.getExternalCallControlProfile(getExternalCallControlProfile1));
 }
Пример #2
0
 public AxlNetClient.GetExternalCallControlProfileRes getExternalCallControlProfile(AxlNetClient.GetExternalCallControlProfileReq getExternalCallControlProfile1)
 {
     AxlNetClient.getExternalCallControlProfileRequest inValue = new AxlNetClient.getExternalCallControlProfileRequest();
     inValue.getExternalCallControlProfile = getExternalCallControlProfile1;
     AxlNetClient.getExternalCallControlProfileResponse retVal = ((AxlNetClient.AXLPort52)(this)).getExternalCallControlProfile(inValue);
     return(retVal.getExternalCallControlProfileResponse1);
 }
Пример #3
0
 public System.Threading.Tasks.Task <AxlNetClient.getExternalCallControlProfileResponse> getExternalCallControlProfileAsync(AxlNetClient.GetExternalCallControlProfileReq getExternalCallControlProfile)
 {
     AxlNetClient.getExternalCallControlProfileRequest inValue = new AxlNetClient.getExternalCallControlProfileRequest();
     inValue.getExternalCallControlProfile = getExternalCallControlProfile;
     return(((AxlNetClient.AXLPort52)(this)).getExternalCallControlProfileAsync(inValue));
 }
Пример #4
0
 public System.Threading.Tasks.Task <AxlNetClient.getExternalCallControlProfileResponse> getExternalCallControlProfileAsync(AxlNetClient.GetExternalCallControlProfileReq getExternalCallControlProfile)
 {
     return(axlPortClient52.getExternalCallControlProfileAsync(getExternalCallControlProfile));
 }