Пример #1
0
        internal GetThresholdCommand(bool isAsync)
        {
            base.name    = "GetThresholdCommand";
            base.isAsync = isAsync;

            _getThresholdCommand           = new Alachisoft.NCache.Common.Protobuf.GetThresholdSizeCommand();
            _getThresholdCommand.requestId = base.RequestId;
        }
Пример #2
0
        internal GetThresholdCommand(bool isAsync)
        {
            base.name = "GetThresholdCommand";
            base.isAsync = isAsync;

            _getThresholdCommand = new Alachisoft.NCache.Common.Protobuf.GetThresholdSizeCommand();
            _getThresholdCommand.requestId = base.RequestId;
        }