AcquiredLease Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, TimeSpan, String, DateTime) |
Constructor |
AcquiredLease(String) |
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 |