Exemple #1
0
 public System.Threading.Tasks.Task <AxlNetClient.getCtiRoutePointResponse> getCtiRoutePointAsync(AxlNetClient.GetCtiRoutePointReq getCtiRoutePoint)
 {
     AxlNetClient.getCtiRoutePointRequest inValue = new AxlNetClient.getCtiRoutePointRequest();
     inValue.getCtiRoutePoint = getCtiRoutePoint;
     return(((AxlNetClient.AXLPort33)(this)).getCtiRoutePointAsync(inValue));
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getCtiRoutePointResponse> getCtiRoutePointAsync(AxlNetClient.GetCtiRoutePointReq getCtiRoutePoint)
 {
     return(axlPortClient33.getCtiRoutePointAsync(getCtiRoutePoint));
 }