LeaseRequest 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.
Lease request where you can specify ResourceKey and duration of your lease.
public class LeaseRequest
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class LeaseRequest
type LeaseRequest = class
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type LeaseRequest = class
Public Class LeaseRequest
Public NotInheritable Class LeaseRequest
- Inheritance
-
LeaseRequest
- Attributes
Constructors
LeaseRequest() |
Constructor |
LeaseRequest(String, TimeSpan) |
Constructor |
Properties
Duration |
Duration of the lease |
ResourceKey |
The key of the resource where you want to apply the lease on |