CouchbaseBucket Get T  Method (IList String )Couchbase .NET SDK 2.0
Gets a range of values for a given set of keys

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public IDictionary<string, IOperationResult<T>> Get<T>(
	IList<string> keys
)

Parameters

keys
Type: System.Collections.Generic IList String 
The keys to get
Type Parameters
T
The Type of the values to be returned

Return Value

Type: IDictionary String, IOperationResult T  
A Dictionary TKey, TValue  of the keys sent and the IOperationResult T  result.

Implements

IBucket Get T (IList String )
See Also