Class UnlockOptions
Inheritance
UnlockOptions
Assembly: Couchbase.NetClient.dll
Syntax
public class UnlockOptions
Constructors
View Source
UnlockOptions()
Declaration
Fields
View Source
DefaultReadOnly
Declaration
public static readonly UnlockOptions.ReadOnly DefaultReadOnly
Field Value
Methods
View Source
AsReadOnly()
Declaration
public UnlockOptions.ReadOnly AsReadOnly()
Returns
View Source
CancellationToken(CancellationToken)
Declaration
public UnlockOptions CancellationToken(CancellationToken token)
Parameters
Returns
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
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
Returns
View Source
RetryStrategy(IRetryStrategy)
Declaration
public UnlockOptions RetryStrategy(IRetryStrategy retryStrategy)
Parameters
Returns
View Source
Timeout(TimeSpan)
The time in which the operation will timeout if it does not complete.
Declaration
public UnlockOptions Timeout(TimeSpan timeout)
Parameters
Returns