Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class PingOptions

    Inheritance
    object
    PingOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Diagnostics
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class PingOptions

    Methods

    | Edit this page View Source

    CancellationToken(CancellationToken)

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

    ReportId(string)

    Declaration
    public PingOptions ReportId(string reportId)
    Parameters
    Type Name Description
    string reportId
    Returns
    Type Description
    PingOptions
    | Edit this page View Source

    ServiceTypes(params ServiceType[])

    Declaration
    public PingOptions ServiceTypes(params ServiceType[] serviceTypes)
    Parameters
    Type Name Description
    ServiceType[] serviceTypes
    Returns
    Type Description
    PingOptions
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.