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); }
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)); }
System.Threading.Tasks.Task <AxlNetClient.listDevicePoolResponse> AxlNetClient.AXLPort9.listDevicePoolAsync(AxlNetClient.listDevicePoolRequest request) { return(base.Channel.listDevicePoolAsync(request)); }
AxlNetClient.listDevicePoolResponse AxlNetClient.AXLPort9.listDevicePool(AxlNetClient.listDevicePoolRequest request) { return(base.Channel.listDevicePool(request)); }