Skip to content
DocsTry Aspire
DocsTry

withMemoryGrainStorage

Method
📦 Aspire.Hosting.Orleans v13.4.0
interface OrleansService {
// ... omitted for brevity
withMemoryGrainStorage(name: string): OrleansService;
}

Signature

methodwithMemoryGrainStorage
Adds an in-memory grain storage to the Orleans service.
withMemoryGrainStorage(name: string): OrleansService
namestring
OrleansService

Applies to

This method applies to the following types: