Couchbase .NET SDK | 3.4.10
Search Results for

    Show / Hide Table of Contents

    Class PingOptions

    Inheritance
    Object
    PingOptions
    Namespace: Couchbase.Diagnostics
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class PingOptions : object

    Methods

    | Improve this Doc View Source

    CancellationToken(CancellationToken)

    Declaration
    public PingOptions CancellationToken(CancellationToken token)
    Parameters
    Type Name Description
    CancellationToken token
    Returns
    Type Description
    PingOptions
    | Improve this Doc View Source

    ReportId(String)

    Declaration
    public PingOptions ReportId(string reportId)
    Parameters
    Type Name Description
    String reportId
    Returns
    Type Description
    PingOptions
    | Improve this Doc View Source

    ServiceTypes(ServiceType[])

    Declaration
    public PingOptions ServiceTypes(params ServiceType[] serviceTypes)
    Parameters
    Type Name Description
    ServiceType[] serviceTypes
    Returns
    Type Description
    PingOptions
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 Couchbase, Inc.