InMemoryLeaseProvider
class
Namespace: Orleans.Runtime.Development
In memory lease provider for development and test use. This provider stores lease information in memory an can be lost if grain becomes inactive or if silo crashes. This implementation is only intended for test or local development purposes - NOT FOR PRODUCTION USE.
public class InMemoryLeaseProvider : ILeaseProviderConstructors
InMemoryLeaseProvider(IGrainFactory)Initializes a new instance of theInMemoryLeaseProviderclass.
Methods
Acquire(string, LeaseRequest[])Batch acquire leases operationRelease(string, AcquiredLease[])Batch release lease operationRenew(string, AcquiredLease[])Batch renew lease operation
