Exemplo n.º 1
0
 public AxlNetClient.StandardResponse addExternalCallControlProfile(AxlNetClient.AddExternalCallControlProfileReq addExternalCallControlProfile1)
 {
     AxlNetClient.addExternalCallControlProfileRequest inValue = new AxlNetClient.addExternalCallControlProfileRequest();
     inValue.addExternalCallControlProfile = addExternalCallControlProfile1;
     AxlNetClient.addExternalCallControlProfileResponse retVal = ((AxlNetClient.AXLPort52)(this)).addExternalCallControlProfile(inValue);
     return(retVal.addExternalCallControlProfileResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.addExternalCallControlProfileResponse> addExternalCallControlProfileAsync(AxlNetClient.AddExternalCallControlProfileReq addExternalCallControlProfile)
 {
     return(axlPortClient52.addExternalCallControlProfileAsync(addExternalCallControlProfile));
 }
Exemplo n.º 3
0
 public AxlNetClient.StandardResponse addExternalCallControlProfile(AxlNetClient.AddExternalCallControlProfileReq addExternalCallControlProfile1)
 {
     return(axlPortClient52.addExternalCallControlProfile(addExternalCallControlProfile1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.addExternalCallControlProfileResponse> addExternalCallControlProfileAsync(AxlNetClient.AddExternalCallControlProfileReq addExternalCallControlProfile)
 {
     AxlNetClient.addExternalCallControlProfileRequest inValue = new AxlNetClient.addExternalCallControlProfileRequest();
     inValue.addExternalCallControlProfile = addExternalCallControlProfile;
     return(((AxlNetClient.AXLPort52)(this)).addExternalCallControlProfileAsync(inValue));
 }