MemcachedBucket.GetWithLock<T> Method (String, TimeSpan)Couchbase .NET SDK 2.0

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

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,
	TimeSpan expiration
)

Parameters

key
Type: System.String

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

expiration
Type: System.TimeSpan

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

Type Parameters
T

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

Return Value

Type: IOperationResult<T>

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

Implements

IBucket.GetWithLock<T>(String, TimeSpan)
See Also