Class WaitUntilReadyOptions
Optional arguments for the WaitUntilReady methods.
Inheritance
WaitUntilReadyOptions
Assembly: Couchbase.NetClient.dll
Syntax
public sealed class WaitUntilReadyOptions
Methods
|
Edit this page
View Source
CancellationToken(CancellationToken)
A cancellation token for cooperative task cancellation.
Declaration
public WaitUntilReadyOptions CancellationToken(CancellationToken cancellationToken)
Parameters
Returns
|
Edit this page
View Source
DesiredState(ClusterState)
The desired state - the default is Online.
Declaration
public WaitUntilReadyOptions DesiredState(ClusterState clusterState)
Parameters
Returns
|
Edit this page
View Source
ServiceTypes(params ServiceType[])
The service types to check, if not provided all service types will be checked.
Declaration
public WaitUntilReadyOptions ServiceTypes(params ServiceType[] serviceTypes)
Parameters
Returns