Click or drag to resize
IBucketInsertAsyncT Method
Inserts or replaces an existing document into Couchbase Server.

Namespace: Couchbase.Core
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Task<IOperationResult<T>> InsertAsync<T>(
	string key,
	T value
)

Parameters

key
Type: SystemString
value
Type: T

Type Parameters

T

Return Value

Type: TaskIOperationResultT
A Task that can be awaited on for it's IOperationResultT value.
See Also