Click or drag to resize

IBucketWaitUntilReadyAsync Method

Waits until a desired cluster state by default (“online”) is reached or times out.

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

Parameters

timeout
Type: SystemTimeSpan
The TimeSpan duration to wait before throwing an exception.
options (Optional)
Type: Couchbase.DiagnosticsWaitUntilReadyOptions
Optional arguments.

Return Value

Type: Task

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

See Also