AcquiredLease 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
AcquiredLease(String) |
Constructor |
AcquiredLease(String, TimeSpan, String, DateTime) |
Constructor |
AcquiredLease(String)
- Source:
- ILeaseProvider.cs
Constructor
public AcquiredLease (string resourceKey);
new Orleans.LeaseProviders.AcquiredLease : string -> Orleans.LeaseProviders.AcquiredLease
Public Sub New (resourceKey As String)
Parameters
- resourceKey
- String
Applies to
AcquiredLease(String, TimeSpan, String, DateTime)
- Source:
- ILeaseProvider.cs
Constructor
public AcquiredLease (string resourceKey, TimeSpan duration, string token, DateTime startTimeUtc);
new Orleans.LeaseProviders.AcquiredLease : string * TimeSpan * string * DateTime -> Orleans.LeaseProviders.AcquiredLease
Public Sub New (resourceKey As String, duration As TimeSpan, token As String, startTimeUtc As DateTime)
Parameters
- resourceKey
- String
- duration
- TimeSpan
- token
- String
- startTimeUtc
- DateTime