Click or drag to resize

ClusterBucketAsync Method

[Missing <summary> documentation for "M:Couchbase.Cluster.BucketAsync(System.Void)"]

Namespace:  Couchbase
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public ValueTask BucketAsync(
	void name
)

Parameters

name
Type: SystemVoid

[Missing <param name="name"/> documentation for "M:Couchbase.Cluster.BucketAsync(System.Void)"]

Return Value

Type: ValueTask

[Missing <returns> documentation for "M:Couchbase.Cluster.BucketAsync(System.Void)"]

Implements

IClusterBucketAsync(Void)
See Also