示例#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);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.addExternalCallControlProfileResponse> addExternalCallControlProfileAsync(AxlNetClient.AddExternalCallControlProfileReq addExternalCallControlProfile)
 {
     return(axlPortClient52.addExternalCallControlProfileAsync(addExternalCallControlProfile));
 }
示例#3
0
 public AxlNetClient.StandardResponse addExternalCallControlProfile(AxlNetClient.AddExternalCallControlProfileReq addExternalCallControlProfile1)
 {
     return(axlPortClient52.addExternalCallControlProfile(addExternalCallControlProfile1));
 }
示例#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));
 }