MemcachedBucket Unlock Method Couchbase .NET SDK 2.0

[Missing <summary> documentation for "M:Couchbase.MemcachedBucket.Unlock(System.String,System.UInt64)"]

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

[Missing <param name="key"/> documentation for "M:Couchbase.MemcachedBucket.Unlock(System.String,System.UInt64)"]

cas
Type: System UInt64

[Missing <param name="cas"/> documentation for "M:Couchbase.MemcachedBucket.Unlock(System.String,System.UInt64)"]

Return Value

Type: IOperationResult

[Missing <returns> documentation for "M:Couchbase.MemcachedBucket.Unlock(System.String,System.UInt64)"]

Implements

IBucket Unlock(String, UInt64)
See Also