Edit

Share via


AcquiredLease Class

Definition

Acquired lease

[Orleans.Concurrency.Immutable]
public class AcquiredLease
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class AcquiredLease
[<Orleans.Concurrency.Immutable>]
type AcquiredLease = class
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type AcquiredLease = class
Public Class AcquiredLease
Public NotInheritable Class AcquiredLease
Inheritance
AcquiredLease
Attributes

Constructors

AcquiredLease(String)

Constructor

AcquiredLease(String, TimeSpan, String, DateTime)

Constructor

Properties

Duration

Duration of the acquired lease

ResourceKey

The resource key which the lease is attached to

StartTimeUtc

Caller side start time for this lease, which is when the lease is acquired or renewed

Token

Lease token, which will be null if acquiring or renewing the lease failed

Applies to