CouchbaseBucket GetFromReplica T  Method Couchbase .NET SDK 2.1.0 Documentation
Gets a value for a key by checking each replica.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public IOperationResult<T> GetFromReplica<T>(
	string key
)

Parameters

key
Type: System String
The key of the value to retrieve.
Type Parameters
T
The Type of the value being retrieved.

Return Value

Type: IOperationResult T 
An IOperationResult with the results of the operation.

Implements

IBucket GetFromReplica T (String)
See Also