IBucket GetFromReplica T  Method Couchbase .NET SDK 2.0
Returns a value for a

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

Parameters

key
Type: System String

[Missing <param name="key"/> documentation for "M:Couchbase.Core.IBucket.GetFromReplica``1(System.String)"]

Type Parameters
T

[Missing <typeparam name="T"/> documentation for "M:Couchbase.Core.IBucket.GetFromReplica``1(System.String)"]

Return Value

Type: IOperationResult T 

[Missing <returns> documentation for "M:Couchbase.Core.IBucket.GetFromReplica``1(System.String)"]

See Also