CouchbaseBucket RemoveAsync Method (String)Couchbase .NET SDK 2.1.0 Documentation
Asynchronously removes a document for a given key from the database as an asynchronous operation.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public Task<IOperationResult> RemoveAsync(
	string key
)

Parameters

key
Type: System String
The key to remove from the database

Return Value

Type: Task IOperationResult 
The Task TResult  object representing the asynchronous operation.

Implements

IBucket RemoveAsync(String)
See Also