Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class ServiceResultExtensions

Extension methods with more convenient overloads for ServiceResult.

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

Methods

View Source

ThrowOnNoRetry(IServiceResult)

Throw exception in the "No Retry" scenario

Declaration
public static void ThrowOnNoRetry(this IServiceResult result)
Parameters
Type Name Description
IServiceResult result

The Service Result

  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.