CouchbaseBucket.ExistsAsync Method Couchbase .NET SDK 2.3.3
Checks for the existance of a given key as an asynchronous operation.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
public Task<bool> ExistsAsync(
	string key
)

Parameters

key
Type: System.String
The key to check.

Return Value

Type: Task<Boolean>
A Task<TResult> object representing the asynchronous operation.

Implements

IBucket.ExistsAsync(String)
See Also