Skip to content
Docs Try Aspire
Docs Try

withMemoryGrainStorage

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

Signature

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

Applies to

This method applies to the following types: