CouchbaseBucket Unlock Method Couchbase .NET SDK 2.0

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public IOperationResult Unlock(
	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: IOperationResult
An IOperationResult with the status.

Implements

IBucket Unlock(String, UInt64)
See Also