Edit

AcquiredLease Class

Definition

Acquired lease

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

Constructors

Name Description
AcquiredLease(String, TimeSpan, String, DateTime)

Constructor

AcquiredLease(String)

Constructor

Properties

Name Description
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