Skip to content

AcquireLeaseResult Properties

AcquireLeaseResult class, which demonstrates result of acquiring or renewing lease operation

AcquiredLease

get
View source
[Orleans.Id(0)]
public AcquiredLease AcquiredLease
Acquired lease, which will be null if acquire or renew operation failed.

FailureException

get
View source
[Orleans.Id(2)]
public Exception FailureException
If acquiring or renewing the lease failed, this is the exception which caused it. This field would be null if operation succeed.