CouchbaseBucket UnlockAsync Method Couchbase .NET SDK 2.1.0 Documentation

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

Parameters

key
Type: System String
The key of the document to unlock.
cas
Type: System UInt64
The 'check and set' value to use as a comparison

Return Value

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

Implements

IBucket UnlockAsync(String, UInt64)
See Also