CouchbaseBucket.ReplaceAsync<T> Method (List<IDocument<T>>, ReplicateTo, PersistTo)Couchbase .NET SDK 2.3.3

[Missing <summary> documentation for "M:Couchbase.CouchbaseBucket.ReplaceAsync``1(System.Collections.Generic.List{Couchbase.IDocument{``0}},Couchbase.ReplicateTo,Couchbase.PersistTo)"]

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
public Task<IDocumentResult<T>[]> ReplaceAsync<T>(
	List<IDocument<T>> documents,
	ReplicateTo replicateTo,
	PersistTo persistTo
)

Parameters

documents
Type: System.Collections.Generic.List<IDocument<T>>

[Missing <param name="documents"/> documentation for "M:Couchbase.CouchbaseBucket.ReplaceAsync``1(System.Collections.Generic.List{Couchbase.IDocument{``0}},Couchbase.ReplicateTo,Couchbase.PersistTo)"]

replicateTo
Type: Couchbase.ReplicateTo

[Missing <param name="replicateTo"/> documentation for "M:Couchbase.CouchbaseBucket.ReplaceAsync``1(System.Collections.Generic.List{Couchbase.IDocument{``0}},Couchbase.ReplicateTo,Couchbase.PersistTo)"]

persistTo
Type: Couchbase.PersistTo

[Missing <param name="persistTo"/> documentation for "M:Couchbase.CouchbaseBucket.ReplaceAsync``1(System.Collections.Generic.List{Couchbase.IDocument{``0}},Couchbase.ReplicateTo,Couchbase.PersistTo)"]

Type Parameters
T

[Missing <typeparam name="T"/> documentation for "M:Couchbase.CouchbaseBucket.ReplaceAsync``1(System.Collections.Generic.List{Couchbase.IDocument{``0}},Couchbase.ReplicateTo,Couchbase.PersistTo)"]

Return Value

Type: Task<IDocumentResult<T>[]>

[Missing <returns> documentation for "M:Couchbase.CouchbaseBucket.ReplaceAsync``1(System.Collections.Generic.List{Couchbase.IDocument{``0}},Couchbase.ReplicateTo,Couchbase.PersistTo)"]

Implements

IBucket.ReplaceAsync<T>(List<IDocument<T>>, ReplicateTo, PersistTo)
See Also