Namespace: Couchbase.CoreAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
SyntaxIOperationResult Unlock(
string key,
ulong cas
)
IOperationResult Unlock(
string key,
ulong cas
)
Function Unlock (
key As String,
cas As ULong
) As IOperationResult
Function Unlock (
key As String,
cas As ULong
) As IOperationResult
IOperationResult^ Unlock(
String^ key,
unsigned long long cas
)
IOperationResult^ Unlock(
String^ key,
unsigned long long cas
)
abstract Unlock :
key : string *
cas : uint64 -> IOperationResult
abstract Unlock :
key : string *
cas : uint64 -> IOperationResult
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:
IOperationResultAn
IOperationResult with the status.
See Also