Struct LeaseProvider<TMetadata>.AcquisitionResult
Represents a result of lease acquisition operation.
Inherited Members
Namespace: DotNext.Threading.Leases
Assembly: DotNext.Threading.dll
Syntax
public readonly struct LeaseProvider<TMetadata>.AcquisitionResult
Fields
| Edit this page View SourceExpiration
The expiration timeout.
Declaration
public readonly Timeout Expiration
Field Value
Type | Description |
---|---|
Timeout |
State
A version of the lease.
Declaration
public readonly LeaseProvider<TMetadata>.State State
Field Value
Type | Description |
---|---|
LeaseProvider<TMetadata>.State |