コード例 #1
0
 public AxlNetClient.getNumDevicesResponse getNumDevices(AxlNetClient.GetNumDevicesReq getNumDevices1)
 {
     AxlNetClient.getNumDevicesRequest inValue = new AxlNetClient.getNumDevicesRequest();
     inValue.getNumDevices = getNumDevices1;
     AxlNetClient.getNumDevicesResponse1 retVal = ((AxlNetClient.AXLPort78)(this)).getNumDevices(inValue);
     return(retVal.getNumDevicesResponse);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getNumDevicesResponse1> getNumDevicesAsync(AxlNetClient.GetNumDevicesReq getNumDevices)
 {
     AxlNetClient.getNumDevicesRequest inValue = new AxlNetClient.getNumDevicesRequest();
     inValue.getNumDevices = getNumDevices;
     return(((AxlNetClient.AXLPort78)(this)).getNumDevicesAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <AxlNetClient.getNumDevicesResponse1> AxlNetClient.AXLPort78.getNumDevicesAsync(AxlNetClient.getNumDevicesRequest request)
 {
     return(base.Channel.getNumDevicesAsync(request));
 }
コード例 #4
0
 AxlNetClient.getNumDevicesResponse1 AxlNetClient.AXLPort78.getNumDevices(AxlNetClient.getNumDevicesRequest request)
 {
     return(base.Channel.getNumDevices(request));
 }