コード例 #1
0
 public AxlNetClient.StandardResponse applyCtiRoutePoint(AxlNetClient.NameAndGUIDRequest applyCtiRoutePoint1)
 {
     AxlNetClient.applyCtiRoutePointRequest inValue = new AxlNetClient.applyCtiRoutePointRequest();
     inValue.applyCtiRoutePoint = applyCtiRoutePoint1;
     AxlNetClient.applyCtiRoutePointResponse retVal = ((AxlNetClient.AXLPort34)(this)).applyCtiRoutePoint(inValue);
     return(retVal.applyCtiRoutePointResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.applyCtiRoutePointResponse> applyCtiRoutePointAsync(AxlNetClient.NameAndGUIDRequest applyCtiRoutePoint)
 {
     AxlNetClient.applyCtiRoutePointRequest inValue = new AxlNetClient.applyCtiRoutePointRequest();
     inValue.applyCtiRoutePoint = applyCtiRoutePoint;
     return(((AxlNetClient.AXLPort34)(this)).applyCtiRoutePointAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <AxlNetClient.applyCtiRoutePointResponse> AxlNetClient.AXLPort34.applyCtiRoutePointAsync(AxlNetClient.applyCtiRoutePointRequest request)
 {
     return(base.Channel.applyCtiRoutePointAsync(request));
 }
コード例 #4
0
 AxlNetClient.applyCtiRoutePointResponse AxlNetClient.AXLPort34.applyCtiRoutePoint(AxlNetClient.applyCtiRoutePointRequest request)
 {
     return(base.Channel.applyCtiRoutePoint(request));
 }