Click or drag to resize

WaitUntilReadyOptions Class

Optional arguments for the WaitUntilReady methods.
Inheritance Hierarchy
SystemObject
  Couchbase.DiagnosticsWaitUntilReadyOptions

Namespace:  Couchbase.Diagnostics
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public sealed class WaitUntilReadyOptions

The WaitUntilReadyOptions type exposes the following members.

Constructors
  NameDescription
Public methodWaitUntilReadyOptions
Initializes a new instance of the WaitUntilReadyOptions class
Top
Methods
  NameDescription
Public methodCancellationToken
A cancellation token for cooperative task cancellation.
Public methodDesiredState
The desired state - the default is Online.
Public methodServiceTypes
The service types to check, if not provided all service types will be checked.
Top
See Also