Show / Hide Table of Contents

Struct LeaseProvider<TMetadata>.AcquisitionResult

Represents a result of lease acquisition operation.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: DotNext.Threading.Leases
Assembly: DotNext.Threading.dll
Syntax
public readonly struct LeaseProvider<TMetadata>.AcquisitionResult

Fields

| Edit this page View Source

Expiration

The expiration timeout.

Declaration
public readonly Timeout Expiration
Field Value
Type Description
Timeout
| Edit this page View Source

State

A version of the lease.

Declaration
public readonly LeaseProvider<TMetadata>.State State
Field Value
Type Description
LeaseProvider<TMetadata>.State

Extension Methods

BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, ReadOnlySpan<T>)
Collection.ToAsyncEnumerator<TEnumerator, T>(TEnumerator, CancellationToken)
Collection.ToClassicEnumerator<TEnumerator, T>(TEnumerator)
Enumerator.Skip<TEnumerator, T>(ref TEnumerator, int)
ExpressionBuilder.Const<T>(T)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾