コード例 #1
0
 public AxlNetClient.ListDevicePoolRes listDevicePool(AxlNetClient.ListDevicePoolReq listDevicePool1)
 {
     AxlNetClient.listDevicePoolRequest inValue = new AxlNetClient.listDevicePoolRequest();
     inValue.listDevicePool = listDevicePool1;
     AxlNetClient.listDevicePoolResponse retVal = ((AxlNetClient.AXLPort9)(this)).listDevicePool(inValue);
     return(retVal.listDevicePoolResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listDevicePoolResponse> listDevicePoolAsync(AxlNetClient.ListDevicePoolReq listDevicePool)
 {
     AxlNetClient.listDevicePoolRequest inValue = new AxlNetClient.listDevicePoolRequest();
     inValue.listDevicePool = listDevicePool;
     return(((AxlNetClient.AXLPort9)(this)).listDevicePoolAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <AxlNetClient.listDevicePoolResponse> AxlNetClient.AXLPort9.listDevicePoolAsync(AxlNetClient.listDevicePoolRequest request)
 {
     return(base.Channel.listDevicePoolAsync(request));
 }
コード例 #4
0
 AxlNetClient.listDevicePoolResponse AxlNetClient.AXLPort9.listDevicePool(AxlNetClient.listDevicePoolRequest request)
 {
     return(base.Channel.listDevicePool(request));
 }