Click or drag to resize
IBucketGetAsyncT Method
Gets a Task that can be awaited on for a given Key and value.

Namespace: Couchbase.Core
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Task<IOperationResult<T>> GetAsync<T>(
	string key
)

Parameters

key
Type: SystemString
The unique Key to use to lookup the value.

Type Parameters

T
The Type of the value object to be retrieved.

Return Value

Type: TaskIOperationResultT
A Task that can be awaited on for it's IOperationResultT value.
See Also