MemcachedBucket GetWithLock T  Method (String, UInt32)Couchbase .NET SDK 2.0

[Missing <summary> documentation for "M:Couchbase.MemcachedBucket.GetWithLock``1(System.String,System.UInt32)"]

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public IOperationResult<T> GetWithLock<T>(
	string key,
	uint expiration
)

Parameters

key
Type: System String

[Missing <param name="key"/> documentation for "M:Couchbase.MemcachedBucket.GetWithLock``1(System.String,System.UInt32)"]

expiration
Type: System UInt32

[Missing <param name="expiration"/> documentation for "M:Couchbase.MemcachedBucket.GetWithLock``1(System.String,System.UInt32)"]

Type Parameters
T

[Missing <typeparam name="T"/> documentation for "M:Couchbase.MemcachedBucket.GetWithLock``1(System.String,System.UInt32)"]

Return Value

Type: IOperationResult T 

[Missing <returns> documentation for "M:Couchbase.MemcachedBucket.GetWithLock``1(System.String,System.UInt32)"]

Implements

IBucket GetWithLock T (String, UInt32)
See Also