Click or drag to resize

ClusterWaitUntilReadyAsync Method

Waits until bootstrapping has completed and all services have been initialized.

Namespace:  Couchbase
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public Task WaitUntilReadyAsync(
	TimeSpan timeout,
	WaitUntilReadyOptions options = null
)

Parameters

timeout
Type: SystemTimeSpan
The amount of time to wait for the desired ClusterState.
options (Optional)
Type: Couchbase.DiagnosticsWaitUntilReadyOptions
The optional arguments.

Return Value

Type: Task

[Missing <returns> documentation for "M:Couchbase.Cluster.WaitUntilReadyAsync(System.TimeSpan,Couchbase.Diagnostics.WaitUntilReadyOptions)"]

Implements

IClusterWaitUntilReadyAsync(TimeSpan, WaitUntilReadyOptions)
See Also