Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class UnlockOptions

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

Constructors

View Source

UnlockOptions()

Declaration
public UnlockOptions()

Fields

View Source

DefaultReadOnly

Declaration
public static readonly UnlockOptions.ReadOnly DefaultReadOnly
Field Value
Type Description
UnlockOptions.ReadOnly

Methods

View Source

AsReadOnly()

Declaration
public UnlockOptions.ReadOnly AsReadOnly()
Returns
Type Description
UnlockOptions.ReadOnly
View Source

CancellationToken(CancellationToken)

A CancellationToken(CancellationToken) for cooperative cancellation.

Declaration
public UnlockOptions CancellationToken(CancellationToken token)
Parameters
Type Name Description
CancellationToken token
Returns
Type Description
UnlockOptions

An options instance for chaining.

View Source

Deconstruct(out TimeSpan?, out CancellationToken, out IRetryStrategy?, out IRequestSpan?)

Declaration
public void Deconstruct(out TimeSpan? timeout, out CancellationToken token, out IRetryStrategy? retryStrategy, out IRequestSpan? requestSpan)
Parameters
Type Name Description
TimeSpan? timeout
CancellationToken token
IRetryStrategy retryStrategy
IRequestSpan requestSpan
View Source

RequestSpan(IRequestSpan)

Inject an external span which will be the parent span of the internal span(s).

Declaration
public UnlockOptions RequestSpan(IRequestSpan span)
Parameters
Type Name Description
IRequestSpan span

An IRequestSpan

Returns
Type Description
UnlockOptions

An options instance for chaining.

View Source

RetryStrategy(IRetryStrategy)

Inject a custom IRetryStrategy.

Declaration
public UnlockOptions RetryStrategy(IRetryStrategy retryStrategy)
Parameters
Type Name Description
IRetryStrategy retryStrategy
Returns
Type Description
UnlockOptions

An options instance for chaining.

View Source

Timeout(TimeSpan)

The time in which the operation will timeout if it does not complete.

Declaration
public UnlockOptions Timeout(TimeSpan timeout)
Parameters
Type Name Description
TimeSpan timeout
Returns
Type Description
UnlockOptions

An options instance for chaining.

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