Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Interface IClusterProvider

    Provides access to a Couchbase cluster.

    Inherited Members
    IDisposable.Dispose()
    IAsyncDisposable.DisposeAsync()
    Namespace: Couchbase.Extensions.DependencyInjection
    Assembly: Couchbase.Extensions.DependencyInjection.dll
    Syntax
    public interface IClusterProvider : IDisposable, IAsyncDisposable

    Methods

    | Edit this page View Source

    GetClusterAsync()

    Returns the Couchbase cluster.

    Declaration
    ValueTask<ICluster> GetClusterAsync()
    Returns
    Type Description
    ValueTask<ICluster>
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.