CouchbaseBucket.GetFromReplica<T> Method Couchbase .NET SDK 2.0

[Missing <summary> documentation for "M:Couchbase.CouchbaseBucket.GetFromReplica``1(System.String)"]

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

Parameters

key
Type: System.String

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

Type Parameters
T

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

Return Value

Type: IOperationResult<T>

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

Implements

IBucket.GetFromReplica<T>(String)
See Also