LeaseRequest Constructors
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.
Overloads
LeaseRequest() |
Constructor |
LeaseRequest(String, TimeSpan) |
Constructor |
LeaseRequest()
LeaseRequest(String, TimeSpan)
- Source:
- ILeaseProvider.cs
Constructor
public LeaseRequest (string resourceKey, TimeSpan duration);
new Orleans.LeaseProviders.LeaseRequest : string * TimeSpan -> Orleans.LeaseProviders.LeaseRequest
Public Sub New (resourceKey As String, duration As TimeSpan)
Parameters
- resourceKey
- String
- duration
- TimeSpan