Interface IClusterProvider
Provides access to a Couchbase cluster.
Namespace: Couchbase.Extensions.DependencyInjection
Assembly: Couchbase.Extensions.DependencyInjection.dll
Syntax
public interface IClusterProvider : IDisposable, IAsyncDisposable
Methods
| Edit this page View SourceGetClusterAsync()
Returns the Couchbase cluster.
Declaration
ValueTask<ICluster> GetClusterAsync()
Returns
Type | Description |
---|---|
ValueTask<ICluster> |