Click or drag to resize

CollectionExtensionsUnlockAsyncT Method (ICouchbaseCollection, String, UInt64)

[Missing <summary> documentation for "M:Couchbase.KeyValue.CollectionExtensions.UnlockAsync``1(Couchbase.KeyValue.ICouchbaseCollection,System.String,System.UInt64)"]

Namespace:  Couchbase.KeyValue
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public static Task UnlockAsync<T>(
	this ICouchbaseCollection collection,
	string id,
	ulong cas
)

Parameters

collection
Type: Couchbase.KeyValueICouchbaseCollection

[Missing <param name="collection"/> documentation for "M:Couchbase.KeyValue.CollectionExtensions.UnlockAsync``1(Couchbase.KeyValue.ICouchbaseCollection,System.String,System.UInt64)"]

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Couchbase.KeyValue.CollectionExtensions.UnlockAsync``1(Couchbase.KeyValue.ICouchbaseCollection,System.String,System.UInt64)"]

cas
Type: SystemUInt64

[Missing <param name="cas"/> documentation for "M:Couchbase.KeyValue.CollectionExtensions.UnlockAsync``1(Couchbase.KeyValue.ICouchbaseCollection,System.String,System.UInt64)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Couchbase.KeyValue.CollectionExtensions.UnlockAsync``1(Couchbase.KeyValue.ICouchbaseCollection,System.String,System.UInt64)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Couchbase.KeyValue.CollectionExtensions.UnlockAsync``1(Couchbase.KeyValue.ICouchbaseCollection,System.String,System.UInt64)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ICouchbaseCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also