Ejemplo n.º 1
0
        public DisquuunInput Qpeek(string queueId, int count)
        {
            var bytes = DisquuunAPI.Qpeek(queueId, count);

            var socket = ChooseAvailableSocket();

            return(new DisquuunInput(DisqueCommand.QPEEK, bytes, socket));
        }
Ejemplo n.º 2
0
        public DisquuunInput Qpeek(string queueId, int count)
        {
            var bytes = DisquuunAPI.Qpeek(queueId, count);

            return(new DisquuunInput(DisqueCommand.QPEEK, bytes, socketPool));
        }