Exemplo n.º 1
0
 public AxlNetClient.GetExternalCallControlProfileRes getExternalCallControlProfile(AxlNetClient.GetExternalCallControlProfileReq getExternalCallControlProfile1)
 {
     return(axlPortClient52.getExternalCallControlProfile(getExternalCallControlProfile1));
 }
Exemplo n.º 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);
 }
Exemplo n.º 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));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.getExternalCallControlProfileResponse> getExternalCallControlProfileAsync(AxlNetClient.GetExternalCallControlProfileReq getExternalCallControlProfile)
 {
     return(axlPortClient52.getExternalCallControlProfileAsync(getExternalCallControlProfile));
 }