Couchbase.VBucketAwareOperationFactory.VBGet.Build C# (CSharp) Method

Build() protected method

protected Build ( ) : BinaryRequest
return Enyim.Caching.Memcached.Protocol.Binary.BinaryRequest
            protected override BinaryRequest Build()
            {
                var retval = base.Build();
                retval.Reserved = (ushort)locator.GetIndex(this.Key);

                if (log.IsDebugEnabled) log.DebugFormat("Key {0} was mapped to {1}", this.Key, retval.Reserved);

                return retval;
            }
VBucketAwareOperationFactory.VBGet