Exemple #1
0
 public AxlNetClient.StandardResponse addCallerFilterList(AxlNetClient.AddCallerFilterListReq addCallerFilterList1)
 {
     AxlNetClient.addCallerFilterListRequest inValue = new AxlNetClient.addCallerFilterListRequest();
     inValue.addCallerFilterList = addCallerFilterList1;
     AxlNetClient.addCallerFilterListResponse retVal = ((AxlNetClient.AXLPort4)(this)).addCallerFilterList(inValue);
     return(retVal.addCallerFilterListResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addCallerFilterListResponse> addCallerFilterListAsync(AxlNetClient.AddCallerFilterListReq addCallerFilterList)
 {
     AxlNetClient.addCallerFilterListRequest inValue = new AxlNetClient.addCallerFilterListRequest();
     inValue.addCallerFilterList = addCallerFilterList;
     return(((AxlNetClient.AXLPort4)(this)).addCallerFilterListAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.addCallerFilterListResponse> AxlNetClient.AXLPort4.addCallerFilterListAsync(AxlNetClient.addCallerFilterListRequest request)
 {
     return(base.Channel.addCallerFilterListAsync(request));
 }
Exemple #4
0
 AxlNetClient.addCallerFilterListResponse AxlNetClient.AXLPort4.addCallerFilterList(AxlNetClient.addCallerFilterListRequest request)
 {
     return(base.Channel.addCallerFilterList(request));
 }