Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class PingOptions

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

Constructors

View Source

PingOptions()

Declaration
public PingOptions()

Methods

View Source

CancellationToken(CancellationToken)

Declaration
public PingOptions CancellationToken(CancellationToken token)
Parameters
Type Name Description
CancellationToken token
Returns
Type Description
PingOptions
View Source

ReportId(string)

Declaration
public PingOptions ReportId(string reportId)
Parameters
Type Name Description
string reportId
Returns
Type Description
PingOptions
View Source

ServiceTypes(params ServiceType[])

Declaration
public PingOptions ServiceTypes(params ServiceType[] serviceTypes)
Parameters
Type Name Description
ServiceType[] serviceTypes
Returns
Type Description
PingOptions
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.