Ejemplo n.º 1
0
        public async Task SetRealTimeInventoryParameters(RealtimeInventoryParams args = null)
        {
            if (args == null)
            {
                args = new RealtimeInventoryParams();
            }
            var responses = await SendReceive(CommandDataPacket.SetRealTimeInventoryParameters(args));

            responses.First().CheckSuccess();
        }