Orleans.Runtime.Development Namespace
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.
Classes
DevelopmentLeaseProviderGrain |
Grain that stores lease information in memory. TODO: Consider making this a stateful grain, as a production viable implementation of lease provider that works with storage providers. |
DevelopmentSiloBuilderExtensions |
ISiloBuilder extensions to configure an in-memory lease provider. |
InMemoryLeaseProvider |
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. |
Interfaces
IDevelopmentLeaseProviderGrain |