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

VBGet() public method

public VBGet ( VBucketNodeLocator locator, string key ) : System
locator Enyim.Caching.Memcached.VBucketNodeLocator
key string
return System
            public VBGet(VBucketNodeLocator locator, string key)
                : base(key)
            {
                this.locator = locator;
                this.state = OperationState.Unspecified;
            }
VBucketAwareOperationFactory.VBGet