internal GetEnumeratorCommand()
        {
            base.name = "GetEnumeratorCommand";

            _getEnumeratorCommand           = new Alachisoft.NCache.Common.Protobuf.GetEnumeratorCommand();
            _getEnumeratorCommand.requestId = base.RequestId;
        }
        internal GetEnumeratorCommand()
        {
            base.name = "GetEnumeratorCommand";

            _getEnumeratorCommand = new Alachisoft.NCache.Common.Protobuf.GetEnumeratorCommand();
            _getEnumeratorCommand.requestId = base.RequestId;
        }
Example #3
0
        //PROTOBUF

        private CommandInfo ParseCommand(Alachisoft.NCache.Common.Protobuf.Command command, ClientManager clientManager)
        {
            CommandInfo cmdInfo = new CommandInfo();

            Alachisoft.NCache.Common.Protobuf.GetEnumeratorCommand getEnumeratorCommand = command.getEnumeratorCommand;

            cmdInfo.RequestId = getEnumeratorCommand.requestId.ToString();

            return(cmdInfo);
        }