AcquireLeaseResult
class
Namespace: Orleans.LeaseProviders
AcquireLeaseResult class, which demonstrates result of acquiring or renewing lease operation
[Orleans.GenerateSerializer][Orleans.Immutable]public sealed class AcquireLeaseResultConstructors
Properties
AcquiredLeaseAcquired lease, which will be null if acquire or renew operation failed.FailureExceptionIf acquiring or renewing the lease failed, this is the exception which caused it. This field would be null if operation succeed.StatusCodeResponse status
