Esempio n. 1
0
 public AxlNetClient.StandardResponse restartCtiRoutePoint(AxlNetClient.NameAndGUIDRequest restartCtiRoutePoint1)
 {
     AxlNetClient.restartCtiRoutePointRequest inValue = new AxlNetClient.restartCtiRoutePointRequest();
     inValue.restartCtiRoutePoint = restartCtiRoutePoint1;
     AxlNetClient.restartCtiRoutePointResponse retVal = ((AxlNetClient.AXLPort33)(this)).restartCtiRoutePoint(inValue);
     return(retVal.restartCtiRoutePointResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.restartCtiRoutePointResponse> restartCtiRoutePointAsync(AxlNetClient.NameAndGUIDRequest restartCtiRoutePoint)
 {
     AxlNetClient.restartCtiRoutePointRequest inValue = new AxlNetClient.restartCtiRoutePointRequest();
     inValue.restartCtiRoutePoint = restartCtiRoutePoint;
     return(((AxlNetClient.AXLPort33)(this)).restartCtiRoutePointAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AxlNetClient.restartCtiRoutePointResponse> AxlNetClient.AXLPort33.restartCtiRoutePointAsync(AxlNetClient.restartCtiRoutePointRequest request)
 {
     return(base.Channel.restartCtiRoutePointAsync(request));
 }
Esempio n. 4
0
 AxlNetClient.restartCtiRoutePointResponse AxlNetClient.AXLPort33.restartCtiRoutePoint(AxlNetClient.restartCtiRoutePointRequest request)
 {
     return(base.Channel.restartCtiRoutePoint(request));
 }