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

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

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
)

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)"]

replicateTo
Type: Couchbase.ReplicateTo

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

Type Parameters
T

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

Return Value

Type: Task<IDocumentResult<T>[]>

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

Implements

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