Skip to content
Docs Try Aspire

withMemoryGrainStorage

Function
📦 Aspire.Hosting.Orleans v13.2.0-preview.1.26159.1
interface OrleansService {
// ... omitted for brevity
withMemoryGrainStorage(name: string): OrleansService;
}

Signature

method withMemoryGrainStorage
Adds in-memory Orleans grain storage
withMemoryGrainStorage(name: string): OrleansService
name string
OrleansService

Applies to

This function is an extension method on the following types: